web-app-cli

1.0.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i web-app-cli

Weekly Downloads

0

Version

1.0.10

License

MIT

Last publish

Collaborators

  • web_study