Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 脚手架)
- Host: GitHub
- URL: https://github.com/vito24/cka
- Owner: vito24
- License: mit
- Created: 2018-07-05T06:56:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:35:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T02:54:08.476Z (5 days ago)
- Topics: ant-design, mobx, mobx-react, react, react-cli, react-router
- Language: JavaScript
- Homepage: https://vito24.github.io/cka/
- Size: 772 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```