mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
26 lines
244 B
Markdown
26 lines
244 B
Markdown
|
# 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
|
||
|
```
|