项目作者: infeng

项目描述 :
frontend dev boilerplates
高级语言: TypeScript
项目地址: git://github.com/infeng/inf-fed-dev.git
创建时间: 2016-12-23T08:30:23Z
项目社区:https://github.com/infeng/inf-fed-dev

开源协议:MIT License

下载


inf-fed-dev

frontend dev boilerplates

Getting Started

  1. # Install
  2. $ npm install inf-fed-dev -g
  3. # Create app
  4. $ inf react my-app
  5. # Start app
  6. $ cd my-app
  7. $ npm start

Commands

we have 3 commands: react, react-full, react-admin.

inf react [options]

create a simple react app.

Usage Examples

  1. inf react my-app

options

  • --no-install — Disable npm install after files created

inf react-full [options]

create a full react app.

Usage Examples

  1. inf react-full my-full-app

options

  • --no-install — Disable npm install after files created

inf react-admin [options]

create a admin react app.

Usage Examples

  1. inf react-admin my-admin-app

options

  • --no-install — Disable npm install after files created