mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
25 lines
244 B
Markdown
25 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
|
|
```
|