gsofter / vuestic-dashboard

Vue Admin Dashboard, charts, components, forms, tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

First of all, make sure you have all prerequisites installed:

After checking the prerequisites, follow these simple steps to install and use Vuestic Admin:

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

# go into app's directory and install dependencies:
$ cd myproject

Then, if you use npm:

$ npm install

# serve with hot reload at localhost:8080 by default.
$ npm run serve

# build for production 
$ npm run build

# build for production and view the bundle analyzer report.
$ npm run build --report

If you use yarn:

$ yarn install

# serve with hot reload at localhost:8080 by default.
$ yarn serve

# build for production 
$ yarn build

# build for production and view the bundle analyzer report.
$ yarn build --report

ScreenShot

About

Vue Admin Dashboard, charts, components, forms, tables

License:MIT License


Languages

Language:Vue 59.6%Language:JavaScript 20.2%Language:CSS 19.6%Language:HTML 0.5%Language:Dockerfile 0.0%