Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 988 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 988 Bytes

webapp-cli

A simple CLI for create webapp projects.

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred) and Git.

$ npm install -g web-app-cli

Usage

$ webapp init <template-name> <project-name>

Example:

$ webapp init webpack-spa my-project

The above command pulls the template from webapp-templates/webpack, prompts for some information, and generates the project at ./my-project/.

Templates

Current available templates include:

  • webpack-spa - SPA Page, A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

  • webpack-multi - Multi Page, A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

License

MIT