Skip to content
/ dashboard Public template
forked from zce/dashboard

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

License

Notifications You must be signed in to change notification settings

codedepp/dashboard

 
 

Repository files navigation

Dashboard

Build Status License 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

https://dashboard.zce.me

  • username: zce
  • password: wanglei

Usage

Getting Started

# clone repo
$ git clone https://github.com/zce/dashboard.git
$ cd dashboard
# install dependencies
$ yarn # or npm install

Available Scripts

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

# lint the source files.
$ yarn lint

# build for production with minification
$ yarn build

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

API Server

https://dashboard-server.now.sh

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 VUE_APP_API_BASE in .env.development or .env.prodution:

- VUE_APP_API_BASE=https://dashboard-server.now.sh
+ VUE_APP_API_BASE=http://localhost:3000

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
  • Deploy to GitHub Pages by CI
  • I18n Translation
  • Options module
  • Users module
  • Media module
  • Posts module
  • Terms module
  • Comments module
  • Other module

License

MIT © 汪磊 & WEDN.NET

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 40.3%
  • CSS 37.4%
  • JavaScript 20.3%
  • HTML 2.0%