https://github.com/pengjiyuan/quick-init
:zap: Init a javascript project quickly. (React, Vue, cli, SPA, MPA...)
https://github.com/pengjiyuan/quick-init
Last synced: 3 months ago
JSON representation
:zap: Init a javascript project quickly. (React, Vue, cli, SPA, MPA...)
- Host: GitHub
- URL: https://github.com/pengjiyuan/quick-init
- Owner: PengJiyuan
- License: mit
- Created: 2016-08-30T02:43:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T10:41:17.000Z (about 7 years ago)
- Last Synced: 2025-03-18T19:19:49.998Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 1.07 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-init
Init a javascript project quickly.## Install & Usage
```bash
npm i quick-init -gquick-init [option]
```or just
```bash
npx quick-init [option]
```> Tip: If you want to use npx, you should make sure your npm's version >= [email protected].
>
> ref: https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
![]()
## Features
* Multiple templates are available for use.
* No more encapsulation, pure experience.
* Keep up with the latest version of Webpack(4+).
* No more create-react-app.## License
[MIT](./LICENSE)
## Bouns
Inspired by Create-react-app.