mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
16 lines
1.3 KiB
Markdown
16 lines
1.3 KiB
Markdown
# 快捷命令 V3.0.0
|
|
|
|
[](https://github.com/fofolee/uTools-quickcommand/stargazers) [](https://github.com/fofolee/uTools-quickcommand/network/members) [](https://github.com/fofolee/uTools-quickcommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-quickcommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
|
|
|
## 编译安装
|
|
|
|
```sh
|
|
npm i -g @quasar/cli
|
|
cd uTools-quickcommand
|
|
npm i && cd plugin && npm i && cd ..
|
|
# 调试
|
|
quasar dev
|
|
# 编译
|
|
quasar build
|
|
```
|