Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maixing/generator-webpack3
webpack3,react,antd
https://github.com/maixing/generator-webpack3
antd react webpack3
Last synced: 21 days ago
JSON representation
webpack3,react,antd
- Host: GitHub
- URL: https://github.com/maixing/generator-webpack3
- Owner: maixing
- Created: 2017-06-29T05:56:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T04:12:58.000Z (over 7 years ago)
- Last Synced: 2024-12-15T10:12:33.137Z (about 2 months ago)
- Topics: antd, react, webpack3
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 开始安装
> 首先确保自己已经安装了nodejs
### 安装yeoman
> npm install -g yo
### 然后安装脚手架
> npm install -g generator-webpack3
### 创建项目
> 新建项目目录
> 进入新建项目目录后执行yo webpack3
### 项目命令
> 先执行:`npm run dll`
> 开发模式:`npm start`
> 生产模式:`npm run build`
### mac上项目命令
> 先执行:`npm run dll`
> 开发模式:`npm run start-mac`
> 生产模式:`npm run build-mac`