Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 437 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 437 Bytes

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