2020-11-11 14:10:44 +00:00
|
|
|
# webstack
|
|
|
|
|
|
|
|
## Project setup
|
|
|
|
```
|
2024-09-24 06:39:06 +00:00
|
|
|
yarn install --registry=https://registry.npmmirror.com
|
2020-11-11 14:10:44 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
|
|
yarn lint
|
|
|
|
```
|