- /theme/index.js: const theme{//样式} module.exports = theme;
- webpack.config.js:
- const theme = require('./theme');
- npm 安装这些loader
- css loader:options: {... modifyVars: theme}
- App.js引入页面,入口页面index.js配置
- store.js统一管理所有redux store
- babelrc配置
- webpack.config.js配置
- npm安装用到的loader(css-loader、less-loader、style-loader)