Skip to content
Yauheni Prakopchyk edited this page Apr 8, 2019 · 5 revisions

Welcome to the vuestic-admin wiki!

First of all you need to 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 serve

build for production with minification

$ npm run build

build for production and view the bundle analyzer report.

$ npm run build --report

Now you are ready to add nice and handy components to your dashboard!