mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-03-25 22:40:24 +08:00
34 lines
588 B
Markdown
34 lines
588 B
Markdown
# qb-web
|
|
## Info
|
|
[](https://github.com/CzBiX/qb-web/releases/latest)
|
|
[](#)
|
|
|
|
## Download
|
|
|
|
[Releases](https://github.com/CzBiX/qb-web/releases)
|
|
|
|
## Development setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Run your tests
|
|
```
|
|
npm run test
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|