1
0
This commit is contained in:
kolaente
2018-08-28 22:50:22 +02:00
commit 0b1f4d3dff
11 changed files with 12902 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# vikunja-frontend
## 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
```