mirror of https://github.com/certd/certd
chore:
parent
0874c03882
commit
c6412674fa
|
@ -138,8 +138,10 @@ http://your_server_ip:7001
|
|||
# 克隆代码
|
||||
git clone https://github.com/certd/certd
|
||||
cd certd
|
||||
# 启动服务
|
||||
./start.sh
|
||||
```
|
||||
如果是windows,请先安装`git for windows` ,然后右键,选择`open git bash here`打开终端,再执行以上命令
|
||||
|
||||
|
||||
## 五、 升级
|
||||
|
|
|
@ -9,7 +9,7 @@ import CronEditor from "./cron-editor/index.vue";
|
|||
import { CronLight } from "@vue-js-cron/light";
|
||||
import "@vue-js-cron/light/dist/light.css";
|
||||
import Plugins from "./plugins/index";
|
||||
import TutorialButton from "./tutorial/index.vue";
|
||||
|
||||
export default {
|
||||
install(app: any) {
|
||||
app.component("PiContainer", PiContainer);
|
||||
|
|
Loading…
Reference in New Issue