mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-03 20:59:41 +08:00
22 lines
232 B
Markdown
22 lines
232 B
Markdown
# qark-webssh
|
|
|
|
## Project setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|