nodejs-cli by hunzsig
npm install h-ice-cli

#### Thank ice-script / alibaba.
#### With hunzsig's contribution and ice-script.
"buildConfig": {
"hot": false,
"dropConsole": true,
"theme": "@icedesign/skin",
"primaryTheme": {
"primary-color": "#6699ff",
"brand-primary": "green",
"color-text-base": "#333"
},
"appHtml": {
"dev": "dev.html",
"prod": "index.html",
"app": "app.html"
},
"publicUrl": {
"dev": "/",
"prod": "/",
"app": "./"
},
"entry": {
"dev": "src/index.js",
"prod": "src/index.js",
"app": "src/app.js"
},
"import": [
{
"libraryName": "@icedesign/base",
"style": true
},
{
"libraryName": "antd",
"style": true
}
]
}
`$3
`
"proxyConfig": {
"/api": {
"enable": true,
"target": "http://your address"
},
"/api2": {
"enable": true,
"target": "http://your address2"
}
}
`$3
##### copyConfig will copy files which hope into the dir-dist when run 'npm run build'
##### the public dir is auto copy to dist dir
`
"copyConfig": {
"include": [],
"except": []
}
``