mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 11:07:51 +08:00
build: add weex factory dev script
This commit is contained in:
parent
62405aa903
commit
596257cf6f
@ -19,7 +19,8 @@
|
||||
"dev:test": "karma start test/unit/karma.dev.config.js",
|
||||
"dev:ssr": "rollup -w -c build/config.js --environment TARGET:web-server-renderer",
|
||||
"dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ",
|
||||
"dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ",
|
||||
"dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework",
|
||||
"dev:weex:factory": "rollup -w -c build/config.js --environment TARGET:weex-factory",
|
||||
"dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ",
|
||||
"build": "node build/build.js",
|
||||
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
|
||||
|
Loading…
Reference in New Issue
Block a user