vasttian / vue-admin-vuetify

`vue-admin-vuetify` is a Front-end component library project based on Vue.js using Vuetify. Need vpn proxy to view
https://vasttian.github.io/vue-admin-vuetify
MIT License
282 stars 68 forks source link
admin demo vue vue-admin-vuetify vuetify

Vuetify v2.0 is coming soon

vue-admin-vuetify

vue-admin-vuetify is a Front-end component project.

Component demo based on vue and vuetify

TAGS RELEASE LICENSE


:page_with_curl: Index

:warning: Heads up

Currently this is just a beta version.

:art: Live Demo (Need vpn proxy to view)

https://vasttian.github.io/vue-admin-vuetify

:rocket: Getting Started

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

:tada: Open http://localhost:8090 to see the demo.

If hot reload fails, modify your vue.config.js

module.exports = {
  chainWebpack: config => {
    config.resolve
      .symlinks(true)
  }
}

or replace cnpm with npm

npm config set registry https://registry.npm.taobao.org

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

:camera: Screenshots

vue-admin-vuetify.png charts-line.png
components-maps

:white_check_mark: Roadmap

:exclamation: Issues

If you run into any issues, you can contact me at issues

:memo: Changelog

Detailed changes for each release are documented in the release notes.

:copyright: License

Under the MIT license. See LICENSE file for more details.