Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maixing/generator-umobx
https://github.com/maixing/generator-umobx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maixing/generator-umobx
- Owner: maixing
- Created: 2017-10-10T03:24:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T09:27:10.000Z (about 6 years ago)
- Last Synced: 2024-10-06T10:47:40.716Z (4 months ago)
- Language: CSS
- Size: 567 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`