Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加taro-ui快应用入口 #835

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
"dev:h5": "npm run build:h5 -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"dev:doc": "npm run build:h5-static && node ./build/dev-server",
"build:weapp": "taro build --type weapp",
"build:qq": "taro build --type qq",
"build:h5": "taro build --type h5",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:quickapp": "taro build --type quickapp",
"build:component": "cross-env TARO_BUILD_TYPE=component taro build --ui",
"build:h5-static": "npm run build:h5 && node ./build/build-static",
"build:doc": "npm run build:h5-static && node ./build/build-docs",
Expand Down Expand Up @@ -85,6 +87,7 @@
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.3.21",
"@tarojs/components": "1.3.21",
"@tarojs/components-qa": "1.3.21",
"@tarojs/plugin-babel": "1.3.21",
"@tarojs/plugin-csso": "1.3.21",
"@tarojs/plugin-sass": "1.3.21",
Expand All @@ -96,6 +99,7 @@
"@tarojs/taro-qq": "1.3.21",
"@tarojs/taro-swan": "1.3.21",
"@tarojs/taro-weapp": "1.3.21",
"@tarojs/taro-quickapp": "1.3.21",
"@tarojs/webpack-runner": "1.3.21",
"@types/webpack-env": "^1.13.6",
"at-ui-style": "^1.5.1",
Expand Down