The Wayback Machine - https://web.archive.org/web/20201119130503/https://github.com/mjzhang1993/react-mobx-template
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

react-mobx-template

命令

0. 安装

   sudo yarn install

1. 运行开发环境

   yarn run dev # 或者 yarn start

2. 输出生产环境文件

   yarn run build

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

   yarn run build --report

4. 运行本地开发服务器

   yarn run server

5. 安装 yarn

yarn 是用来代替 npm 的 node 包管理工具, 与 npm 有类似的命令,具体安装方式及使用方法查看 yarn 命令使用

About

react 项目 使用 MobX 做状态管理

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.