Skip to content

microapp-store/vue-material-admin

 
 

Repository files navigation

Vue Material Admin

CircleCI

Plan and features

  • will create a new template by vue-cli 3.x
  • will remove some useless code becuase of the vuetify framework updates
  • may add vue-nuxt support
  • may add vuex support and sample code
  • will refactor the whole code

Introduction

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

Demo

[http://vma.isocked.com/#/dashboard] (Old) [http://dev-vma.isocked.com/#/dashboard] (dev)

Preview

Preivew

Project Structure

├── build
├── config (Webpack)
├── src
│   ├── api
│   ├── components
│   ├── mixins
│   ├── views (or views)
│   ├── router
│   ├── util
│   ├── theme
│   │   ├── default.styl
│   └── App.vue
│   └── event.js
│   └── main.js
├── dist
├── release
├── static (or asset)
├── mock (or script to build mock data)
├── node_modules
├── test
├── README.md
├── package.json
├── 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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.7%
  • JavaScript 39.4%
  • CSS 2.4%
  • HTML 0.5%