This commit is contained in:
Oliver Davies 2018-12-21 18:16:43 +00:00
commit ca9d7f7fc3
11 changed files with 6947 additions and 0 deletions

29
README.md Normal file
View file

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