cms-react-scripts
TypeScript icon, indicating that this package has built-in type declarations

3.1.1 • Public • Published

Create React CMS npm

Create React cms with no build configuration.

  • Auto install mobx, mobx-react, react-router, @material-ui/core, @material-ui/icons, axios
  • Enable data mock
  • Enable @decorator
  • Enable alias
    @ -> /src
    
  • Auto generator cms templates
    my-app
    ├── README.md
    ├── node_modules
    ├── package.json
    ├── .gitignore
    ├── public
    │   ├── favicon.ico
    │   ├── index.html
    │   └── manifest.json
    └── src
        ├── assets
        ├── components
        │   └── Menus.js
        ├── layouts
        │   └── default
        │       ├── Main.js
        │       └── index.js
        ├── mock
        │   └── index.js
        ├── models
        │   └── Home
        │       └── index.js 
        ├── pages
        │   ├── About
        │   │   └── index.js
        │   └── Home
        │       └── index.js
        ├── routers
        │   └── index.js
        ├── utils
        │   └── http.js
        ├── App.css
        ├── App.js
        ├── App.test.js
        ├── index.css
        ├── index.js
        ├── logo.svg
        ├── setupProxy.js
        └── serviceWorker.js
    

Quick Overview

npx create-react-app my-app --scripts-version cms-react-scripts
cd my-app
npm start

Readme

Keywords

none

Package Sidebar

Install

npm i cms-react-scripts

Weekly Downloads

0

Version

3.1.1

License

MIT

Unpacked Size

162 kB

Total Files

57

Last publish

Collaborators

  • shitouplus