Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 814 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 814 Bytes

Dashboard

Build Status codecov Gitter

Dashboard is a front-end demo written in VUE2.0. It features a simple, you can faster build your web front-end by this templete. If you need fast build a web front-end framework, you will love Dashboard.

Build and run setup

# cd work directory
cd Dashboard

# install dependencies
npm install

# serve with hot reload at localhost:8088
npm run dev

# run all tests
npm test