GPT created a Bamort Community License (BCL) :-)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
This package is part of the Bamort monorepo and is licensed under the Bamort Community License (BCL) v1.0.
|
||||
|
||||
See ../LICENSE
|
||||
+5
-20
@@ -1,29 +1,14 @@
|
||||
# my-app
|
||||
# Bamort Frontend
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite.
|
||||
Vue 3 + Vite frontend for the Bamort monorepo.
|
||||
|
||||
## Recommended IDE Setup
|
||||
|
||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
||||
|
||||
## Customize configuration
|
||||
|
||||
See [Vite Configuration Reference](https://vite.dev/config/).
|
||||
|
||||
## Project Setup
|
||||
## Development
|
||||
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compile and Hot-Reload for Development
|
||||
|
||||
```sh
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### Compile and Minify for Production
|
||||
## License
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
```
|
||||
See `LICENSE` (this directory) and the repository root `LICENSE`.
|
||||
|
||||
Generated
+4
-4
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"version": "0.0.0",
|
||||
"name": "bamort-frontend",
|
||||
"version": "0.1.23",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "my-app",
|
||||
"version": "0.0.0",
|
||||
"name": "bamort-frontend",
|
||||
"version": "0.1.23",
|
||||
"dependencies": {
|
||||
"axios": "^1.7.9",
|
||||
"pinia": "^2.3.0",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "bamort-frontend",
|
||||
"version": "0.1.23",
|
||||
"private": true,
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user