GPT created a Bamort Community License (BCL) :-)

This commit is contained in:
2026-01-07 15:39:07 +01:00
parent 4e774642f2
commit 2a8e883d64
9 changed files with 129 additions and 208 deletions
+3
View File
@@ -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
View File
@@ -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`.
+4 -4
View File
@@ -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",
+1
View File
@@ -2,6 +2,7 @@
"name": "bamort-frontend",
"version": "0.1.23",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"scripts": {
"dev": "vite",