27 lines
376 B
Markdown
27 lines
376 B
Markdown
# Rainfo Vue Template
|
|
|
|
## Description
|
|
Setup Procedure
|
|
## Project setup
|
|
```
|
|
yarn install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
yarn run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
yarn run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
yarn run lint
|
|
```
|
|
|
|
### Customize configuration (vue-cli)
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|