add example

This commit is contained in:
hufeixiong
2021-07-10 19:35:06 +08:00
parent b1133c8773
commit c27b4eb8e0
50 changed files with 5786 additions and 212 deletions

View File

@@ -5,6 +5,8 @@
],
"scripts": {
"start": "lerna exec npm run start --scope=dooringx-lib",
"start:example":"lerna exec npm run start --scope=dooringx-example",
"start:doc":"lerna exec npm run start --scope=dooringx-doc",
"build": "lerna exec npm run build --scope=dooringx-lib",
"deploy": "lerna exec npm run deploy --scope=dooringx-doc",
"pub": "node ./script/publish.js"