2
0
Fork 0
mirror of https://github.com/WebTools-NG/WebTools-NG synced 2025-02-18 04:18:24 +00:00
WebTools-NG/DEVELOPER.md

26 lines
244 B
Markdown
Raw Normal View History

2020-05-16 23:39:46 +02: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
```