Install Vue project with VueCLI

This commit is contained in:
2020-12-03 18:44:11 +01:00
parent e7f8b93c19
commit 36bf9b477d
27 changed files with 11496 additions and 2 deletions

34
INSTALL.md Normal file
View File

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