项目作者: vito24

项目描述 :
A react cli.(React 脚手架)
高级语言: JavaScript
项目地址: git://github.com/vito24/cka.git
创建时间: 2018-07-05T06:56:54Z
项目社区:https://github.com/vito24/cka

开源协议:MIT License

下载


cka

cka is a react-cli embedded with react-router and mobx.

React 脚手架,内嵌了 react-router(v4)和 mobx(v5).

NPM version
node version
npm download
Commitizen friendly
GitHub license

Installation

cka

  1. npm install cka -g
  2. or
  3. yarn global add cka

Creating an App

  1. npx cka new myApp // npm 5.2+ required
  2. cka new myApp
  3. cka new myApp --no-install

Run the App

  1. npm start
  2. or
  3. yarn start

Build the App

  1. npm run build
  2. or
  3. yarn build