Initial vue js setup

This commit is contained in:
benjaminramey
2019-06-29 14:58:19 -05:00
parent 0e821ba5f5
commit 9224aaee5e
43 changed files with 14605 additions and 1 deletions

View File

@@ -1,3 +1,39 @@
# globalfamilyapp-web
Web application supporting Global Family 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
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).