beatle-app-common
v0.1.14
Published
### 配置变量
Downloads
13
Readme
前端项目脚手架
配置变量
process.env.NODE_ENV = 'development'; // 'production'
process.env.DISABLED_RELOAD = 0; // 1
process.env.THEME = ''; // antd-normal
process.env.DEBUG = 1; // 0
# antd-tools for linux
sed -i "s/'components/tsConfig.rootDir + '/g" node_modules/antd-tools/lib/gulpfile.js && sed -i "s/jsx');/jsx');source.unshift(tsConfig.rootDir + '\\/**\\/*.js');/g" node_modules/antd-tools/lib/gulpfile.js
# antd-tools for mac
sed -i "" "s/'components/tsConfig.rootDir + '/g" node_modules/antd-tools/lib/gulpfile.js && sed -i "" "s/jsx');/jsx');source.unshift(tsConfig.rootDir + '\\/**\\/*.js');/g" node_modules/antd-tools/lib/gulpfile.js