1
0

Add current state of the Vue frontend

This commit is contained in:
Tim Weber
2019-04-03 17:54:05 +02:00
parent 31aafd3b86
commit 8799cc86e9
17 changed files with 11630 additions and 0 deletions

29
vue/README.md Normal file
View File

@@ -0,0 +1,29 @@
# hsadmin-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).