initial vue template

This commit is contained in:
Niels Kooiman
2019-08-14 08:51:48 +02:00
parent 77ce456e11
commit 145f191fa5
36 changed files with 11654 additions and 1 deletions

View File

@@ -1,3 +1,29 @@
# brain-cards
Flashcard app
## 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/).