Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev authored Sep 19, 2017
1 parent ca505e2 commit 83d62a2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,30 @@ Responsive admin dashboard template built with [Vue.js](https://vuejs.org) and [
## Demo
Check it out [live](http://vuestic.epicmax.co)!

## Prerequisites:

- [Node.js](https://nodejs.org/en/) (>=4.x or 6.x preferred)
- npm version 3+ and [Git](https://git-scm.com/).
- [vuestic-installer](https://github.com/epicmaxco/vuestic-installer) `npm install vuestic-installer -g`.

## Installation

``` bash
# clone the repo
git clone https://github.com/epicmaxco/vuestic-admin.git
# create new project via vuestic-installer command.
$ vuestic myproject

# go into app's directory and install dependencies:
cd vuestic-admin
npm install
$ cd vuestic-admin
$ npm install

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

# build for production with minification
npm run build
$ npm run build

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

## Features
Expand Down

0 comments on commit 83d62a2

Please sign in to comment.