项目作者: mjzhang1993

项目描述 :
react 项目 使用 MobX 做状态管理
高级语言: TypeScript
项目地址: git://github.com/mjzhang1993/react-mobx-template.git
创建时间: 2018-02-22T03:39:43Z
项目社区:https://github.com/mjzhang1993/react-mobx-template

开源协议:

下载


react-mobx-template

旧版地址 https://github.com/mjzhang1993/react-mobx-template/tree/react16-mobx3

当前版本使用技术

相关文章

命令

0. 安装

  1. yarn install

1. 运行开发环境

  1. yarn start

2. 输出生产环境文件

  1. yarn run build

3. 输出生产环境,并查看模块分配

  1. yarn run build -- -r