WebTools-NG/DEVELOPER.md

26 lines
244 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
```