|
@@ -17,7 +17,7 @@
|
|
"clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage && lerna clean --yes",
|
|
"clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage && lerna clean --yes",
|
|
"deploy": "npm run deploy:build && gh-pages -d examples/element-ui --remote eleme && del examples/element-ui",
|
|
"deploy": "npm run deploy:build && gh-pages -d examples/element-ui --remote eleme && del examples/element-ui",
|
|
"deploy:build": "npm run build:file && cooking build -c build/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME",
|
|
"deploy:build": "npm run build:file && cooking build -c build/cooking.demo.js -p && echo element.eleme.io>>examples/element-ui/CNAME",
|
|
- "dev": "npm run bootstrap && npm run build:file && cooking watch -c build/cooking.demo.js -p",
|
|
|
|
|
|
+ "dev": "npm run bootstrap && npm run build:file && cooking watch -c build/cooking.demo.js -p & node build/bin/template.js",
|
|
"dev:play": "npm run build:file && cross-env PLAY_ENV=true cooking watch -c build/cooking.demo.js -p",
|
|
"dev:play": "npm run build:file && cross-env PLAY_ENV=true cooking watch -c build/cooking.demo.js -p",
|
|
"dist": "npm run clean && npm run build:file && npm run lint && cooking build -c build/cooking.conf.js,build/cooking.common.js,build/cooking.component.js -p && npm run build:utils && npm run build:umd && npm run build:theme",
|
|
"dist": "npm run clean && npm run build:file && npm run lint && cooking build -c build/cooking.conf.js,build/cooking.common.js,build/cooking.component.js -p && npm run build:utils && npm run build:umd && npm run build:theme",
|
|
"dist:all": "node build/bin/build-all.js && npm run build:theme",
|
|
"dist:all": "node build/bin/build-all.js && npm run build:theme",
|
|
@@ -64,6 +64,7 @@
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"chai": "^3.5.0",
|
|
"chai": "^3.5.0",
|
|
"cheerio": "^0.18.0",
|
|
"cheerio": "^0.18.0",
|
|
|
|
+ "chokidar": "^1.7.0",
|
|
"cooking": "^1.2.0",
|
|
"cooking": "^1.2.0",
|
|
"cooking-lint": "^0.1.3",
|
|
"cooking-lint": "^0.1.3",
|
|
"cooking-vue2": "^0.3.0",
|
|
"cooking-vue2": "^0.3.0",
|