fanchunke / dashboard

A dashboard scaffolding based on vue.js created by vuejs/vue-cli 3.x.

Home Page:https://dashboard.zce.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard

Build Status Dependency Status devDependency Status Code Style

A dashboard scaffolding based on vue.js created by vuejs/vue-cli.

Preview

WEDN.NET Dashboard Login

WEDN.NET Dashboard List

Online demo

http://dashboard.zce.me

  • username: zce
  • password: wanglei

Usage

Clone Repo

# clone
$ git clone https://github.com/zce/dashboard.git

Build Setup

# install dependencies
$ yarn

# serve with hot reload at http://localhost:8080
$ yarn serve

# build for production with minification
$ yarn build

# build for production and deploy to gh-pages
$ yarn deploy

API Server

https://jsonplaceholder.uieee.com

Source: zce/dashboard-server

Usage

# clone api server
$ git clone https://github.com/zce/dashboard-server.git
# run api server
$ cd dashboard-server
$ yarn
$ yarn start
# => api server run @ http://localhost:2080

modify baseURL in src/utils/axios.js:

- baseURL: 'https://jsonplaceholder.uieee.com/',
+ baseURL: 'http://localhost:2080/',

Environment

Stacks

Todos

  • Restructure config file
  • Remove unused packages
  • Custom Element UI theme
  • All pages structure
  • JSON Server
  • Global state
  • Table demo
  • Login module
  • Restructure libs code
  • vue-resource -> Axios
  • I18n Translation
  • Deploy to GitHub Pages by CI
  • Options module
  • Users module
  • Media module
  • Posts module
  • Terms module
  • Comments module
  • Other module
  • Config package

License

MIT © 汪磊 & WEDN.NET

About

A dashboard scaffolding based on vue.js created by vuejs/vue-cli 3.x.

https://dashboard.zce.me

License:MIT License


Languages

Language:Vue 40.1%Language:CSS 38.4%Language:JavaScript 20.9%Language:HTML 0.6%