start ui with login

This commit is contained in:
2021-11-03 14:10:03 +01:00
commit e3f2e12df4
20 changed files with 28460 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# noscomptes
## 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/).