quick-webapp-cli

0.0.1 • Public • Published

autowebapp-cli

auto generate latest react/vue app without write config files

React or Vue web application generator.

Features

  • Support react family bucket(supported react + react-router + redux + antd)

Installation

$ npm install -g autowebapp-cli

with 1 commands

  • autowebapp-cli (Support react family bucket)

Quick Start React

The quickest way to get started with react is to utilize the executable autowebapp-cli(1) to generate an application as shown below:

Create the app:

$ autowebapp-cli react-demo && cd react-demo

Install dependencies:

$ npm install

Rock and Roll

$ npm start

Command Line Options

This cli can also be further configured with the following command line flags.

-h, --help          output usage information
-V, --version       output the version number
-t, --type <engine> add template <engine> support (react|vue) (defaults to plain react)
-f, --force         force on non-empty directory

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i quick-webapp-cli

Weekly Downloads

3

Version

0.0.1

License

ISC

Unpacked Size

5.52 MB

Total Files

215

Last publish

Collaborators

  • hank.liu