0.1.2 • Published 3 years ago

proste-create-react v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

EN|中文

proste-create-react

When creating react project, you can choose to install some third-party plug-ins at the same time, or create the folder in the project in advance (all the folders will be created in src).react template usecra-template, cra-template-typescriptreact-scripts。The installation uses a simple way to achieve create react app, and does not directly use create react app to create projects. It has tried to create and develop projects, and no problems have been found. If there are problems in the future, we will try to change the creation project to create it with create react app.

Usage

  npx proste-create-react project_name


  npx proste-create-react <name> [--use-exact]

Joined packages

If package needs type prompt for typescript installation, select use typescript to install the corresponding types, and eslint will also install the corresponding typescript plug-in.

  • craco
  • Eslint
  • TailwindCss
  • MobX
  • react-router-dom
  • react-router-config
  • redux
  • react-redux
  • @rematch/core
  • axios
  • Animate.css
  • lodash

If you have any problems or want to make suggestions, welcome to issues write your question or suggestion, I will reply as soon as I see it!!!

MIT License

Copyright (c) 2021 xyhxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.