Skip to content

tedzchow/vue-material-admin

 
 

Repository files navigation

Vue Material Admin

CircleCI

English | 简体中文

About vuetify deveopment, please check my blog [http://isocked.com], (A vuepress theme made with vuetify)

Plan and features

  • build a rest api for integration vma-api
  • build a websocket server for integrating chat appchat-server

Introduction

Vue Material Admin Template is a Vue Based Material Design Admin Template. And use Vuetifyjs as base framework. Vuetify is Awesome.

Discrod Change

Discrod channel

Demo

[http://vma.isocked.com/#/dashboard]

Preview

Preivew

Documentation

doc

Project Structure

├── src
│   ├── api
│   ├── components
│   ├── mixins
│   ├── views
│   ├── router
│   ├── store
│   ├── util
│   ├── theme
│   │   ├── default.sass
│   └── App.vue
│   └── event.js
│   └── main.js
├── dist
├── release
├── static (or asset)
├── node_modules
├── test
├── README.md
├── package.json
├── vue.config.js
├── index.html
└── .gitignore

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Reference

Donate

If you find this project useful, you can buy author a glass of juice 🍹

Paypal Me

Buy me a coffee

Buy Me A Coffee

License

MIT

About

A vue material design admin template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 72.2%
  • JavaScript 26.4%
  • Other 1.4%