Home
Yauheni Prakopchyk edited this page Apr 8, 2019
·
5 revisions
Pages 47
-
- Welcome to the vuestic-admin wiki!
- First of all you need to create new project via vuestic-installer command
- or clone the repo
- go into app's directory and install dependencies:
- serve with hot reload at localhost:8080.
- build for production with minification
- build for production and view the bundle analyzer report.
- Now you are ready to add nice and handy components to your dashboard!
Clone this wiki locally
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