Create frontend PoC

This commit is contained in:
Sandra
2022-01-24 19:46:21 +01:00
parent 01627e87b7
commit 6095e00fc1
19 changed files with 10226 additions and 0 deletions

24
frontend/README.md Normal file
View File

@@ -0,0 +1,24 @@
# frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).