An open API service indexing awesome lists of open source software.

https://github.com/weidemo/vue-admin-template

🗳A vue admin backend template project.
https://github.com/weidemo/vue-admin-template

Last synced: about 1 year ago
JSON representation

🗳A vue admin backend template project.

Awesome Lists containing this project

README

          

# vue-admin-template

> A vue admin backend template project.

## Build Setup

``` bash

# checkout repository
git clone git@github.com:WeideMo/vue-admin-template.git

# install dependencies
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

# run unit tests
npm run unit

```