vue-scooter-template
Version:
vue-scooter-template for vue-scooter-cli
22 lines (15 loc) • 344 B
Markdown
# vue-scooter-template
Use vue-scooter.js to develop engineering templates
### Project setup
#### Install dependencies
```
npm install or yarn install
```
#### Compiles and hot-reloads for development
```
npm start or yarn start
```
#### Compiles and minifies for production
```
npm run build or yarn run build
```