已废弃,并入react-impression
React + Redux + React Router + React Impression + Webpack
如果通过 NPM 安装过,先卸载
npm rm -g yo generator-react-impression
首先, 安装Yeoman
和generator-react-impression
:
yarn global add yo generator-react-impression --registry https://registry.npm.taobao.org/
然后创建新项目:
yo react-impression
或者升级旧项目:
cd YOUR_PROJECT_FOLDER
yo react-impression
首先, 进入项目目录并执行如下命令:
yarn
yarn start
然后, 打开浏览器并访问 https://localhost:8080
首先, 在.qshell.json
文件中修改七牛云配置并加入密钥。然后执行如下命令:
yarn
yarn build
yarn deploy
-
代码检查
如需检查代码,执行
yarn lint
命令 -
转发 API 请求
首先, 更新
package.json
文件中的配置,比如:{ "proxy": { "/api": { "target": "https://localhost:3000", "changeOrigin": true } } }
然后,重启服务:
yarn start
-
使用redux-actions创建
Flux Standard Action
-
使用dot-prop-immutable更新嵌套数据
-
使用babel-plugin-react-css-modules创建模块化样式
MIT