beatle-app-common

0.1.14 • Public • Published

前端项目脚手架

配置变量

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

/beatle-app-common/

    Package Sidebar

    Install

    npm i beatle-app-common

    Weekly Downloads

    41

    Version

    0.1.14

    License

    MIT

    Unpacked Size

    97.3 kB

    Total Files

    49

    Last publish

    Collaborators

    • baqian