vito24 / cka

A react cli.(React 脚手架)

Home Page:https://vito24.github.io/cka/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

npm install cka -g
or
yarn global add cka

Creating an App

npx cka new myApp // npm 5.2+ required
cka new myApp
cka new myApp --no-install

Run the App

npm start
or
yarn start

Build the App

npm run build
or
yarn build

About

A react cli.(React 脚手架)

https://vito24.github.io/cka/

License:MIT License


Languages

Language:JavaScript 94.4%Language:CSS 4.8%Language:HTML 0.8%