2.0.2 • Published 4 years ago

cmss-react-app v2.0.2

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
4 years ago

cmss-react-app

A Node Command Line Tool to auto generate a react-redux-fetch web structure.

Includes:

  • react
  • redux
  • axios
  • mock.js
  • eslint
  • webpack

Install

npm install cmss-react-app -g

Usage

case 1

cmss-react-app <project name>

Then

cd <project name>
npm install
npm run mock

case 2

cmss-react-app -c <project name>

Then

configure the package.json file, input and enter.

Then

cd <project name>
npm install
npm run mock

Now you can develop your app...

Options

  Usage: cmss-react-app [options] <project name>

  Options:
    -c, --config                 config package.json
    -h, --help                   output usage information
    -V, --version                output the version number

Example

cmss-react-app app
cd app
npm install
npm run mock

RUN MODE

npm run server
npm run mock
npm run build
npm run eslint
2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago