产品库自动化,自动根据pages下的内容生成pages.json

This commit is contained in:
aixianling
2021-11-15 14:23:50 +08:00
parent 5440b43b9c
commit aa4f0c8837
6 changed files with 86 additions and 623 deletions

View File

@@ -3,12 +3,11 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development UNI_PLATFORM=h5 vue-cli-service uni-serve --minimize",
"build": "cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build",
"dev": "node bin/serve.js&&cross-env NODE_ENV=development UNI_PLATFORM=h5 vue-cli-service uni-serve --minimize",
"build": "node bin/serve.js&&cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build",
"build:mp-weixin": "cross-env NODE_ENV=production UNI_PLATFORM=mp-weixin vue-cli-service uni-build",
"dev:mp-weixin": "cross-env NODE_ENV=development UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch",
"info": "node node_modules/@dcloudio/vue-cli-plugin-uni/commands/info.js",
"test:mp-weixin": "cross-env UNI_PLATFORM=mp-weixin jest -i"
"pages": "node bin/serve.js"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",