add Vue 3 subproject

This commit is contained in:
2026-04-05 03:16:02 +02:00
parent 92ddf5e95f
commit b81a38e650
15 changed files with 488 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
# kontor-vue3
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).