vuestic-installer

A simple vuestic-admin installer tool.

Installation

Prerequisites:

  • Node.js (>=4.x or 6.x preferred)
  • npm version 3+ and Git.
$ npm install -g vuestic-installer

Usage

Creating vuestic-admin projects

$ vuestic <project-name>

Example:

$ vuestic myproject

$ cd myproject
$ npm install

$ npm run dev