WebTools-NG/DEVELOPER.md

30 lines
336 B
Markdown
Raw Normal View History

2020-05-16 21:39:46 +00:00
# webtools-ng
## Project setup
```md
npm install
```
### Compiles and hot-reloads for development
```md
npm run serve
```
### Compiles and minifies for production
```md
npm run build
```
### Lints and fixes files
```md
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).