Skip to content

Commit 1790125

Browse files
committed
feat: 增加云文档前端插件
1 parent 5b0068b commit 1790125

File tree

11 files changed

+508
-306
lines changed

11 files changed

+508
-306
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "ts-node ./runner.ts",
7+
"dev:web": "http-server -p 12010 ./public",
78
"postinstall": "git submodule init && git submodule update"
89
},
910
"dependencies": {

plugins/com.msgbyte.docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build:web": "ministar buildPlugin all",
1010
"build:web:watch": "ministar watchPlugin all"
1111
},
12-
"dependencies": {
12+
"devDependencies": {
13+
"less": "^4.1.2",
1314
"mini-star": "^1.3.1"
1415
}
1516
}

0 commit comments

Comments
 (0)