0.0.3 • Published 8 years ago

open-init v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

open-init

NPM version

快速搭建React开发环境


特点

  • 一行命令生成基于webpack的开发环境
  • 支持ES2015

安装

$ npm i open-init -g

使用

搭建一个普通的React+Redux开发环境

$ mkdir React-Demo && cd React-Demo
$ open-init -n

启动开发环境

$ npm start

访问开发环境

http://127.0.0.1:3000

编译

$ npm run build