An open API service indexing awesome lists of open source software.

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...)

Awesome Lists containing this project

README

        

# quick-init
Init a javascript project quickly.

## Install & Usage

```bash
npm i quick-init -g

quick-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


npm start

## 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.