Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maixing/generator-umobx


https://github.com/maixing/generator-umobx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### 开始安装
> 首先确保自己已经安装了nodejs
### 安装yeoman
> npm install -g yo
### 然后安装脚手架
> npm install -g generator-umobx
### 创建项目
> 新建项目目录
> 进入新建项目目录后执行yo umobx
### 项目命令
> 先执行:`npm run dll`
> 开发模式:`npm start`
> 生产模式:`npm run build`