Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vito24/cka

A react cli.(React 脚手架)
https://github.com/vito24/cka

ant-design mobx mobx-react react react-cli react-router

Last synced: about 6 hours ago
JSON representation

A react cli.(React 脚手架)

Awesome Lists containing this project

README

        

# cka

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

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

[![NPM version](http://img.shields.io/npm/v/cka.svg)](http://npmjs.org/package/cka)
[![node version](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg)](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg)
[![npm download](https://img.shields.io/npm/dm/cka.svg)](https://npmjs.org/package/cka)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE)

### Installation

[![cka](https://nodei.co/npm/cka.png)](https://npmjs.org/package/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
```