npm.io
0.1.14 • Published 6 years ago

beatle-app-common

Licence
MIT
Version
0.1.14
Deps
74
Size
95 kB
Vulns
8
Weekly
0

前端项目脚手架

配置变量

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