Skip to content

Installation Guide

Andrei Hrabouski edited this page Oct 30, 2017 · 1 revision

create new project via vuestic-installer command.

$ vuestic myproject

or clone the repo

$ git clone https://github.com/epicmaxco/vuestic-admin.git myproject

go into app's directory and install dependencies:

$ cd myproject
$ npm install

serve with hot reload at localhost:8080.

$ npm run dev

build for production with minification

$ npm run build

build for production and view the bundle analyzer report.

$ npm run build --report

Clone this wiki locally