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: 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:35:54.000Z (over 2 years ago)
- Last Synced: 2025-02-21T03:02:46.585Z (3 months 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).
[](http://npmjs.org/package/cka)
[](https://img.shields.io/badge/node.js-%3E=_0.10-green.svg)
[](https://npmjs.org/package/cka)
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/facebook/react/blob/master/LICENSE)### Installation
[](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
```