1.0.10 • Published 7 years ago

web-app-cli v1.0.10

Weekly downloads
118
License
MIT
Repository
github
Last release
7 years ago

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