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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


πŸ“ƒ Index

⚠️ Heads up

Currently this is just a beta version.

🎨 Live Demo (Need vpn proxy to view)

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

πŸš€ Getting Started

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

πŸŽ‰ 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

πŸ“· Screenshots

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

βœ… Roadmap

  • add: Dashboard.
  • add: Icons.
  • add: Editor components.
  • add: Jsonlint.
  • mod: Sidebar.
  • add: Charts components.
  • add: UI components.
  • add: Render Functions & Functional Components.
  • add: Demo site.

❗ Issues

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

πŸ“ Changelog

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

©️ License

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

About

`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

License:MIT License


Languages

Language:JavaScript 71.6%Language:CSS 17.4%Language:Vue 9.4%Language:HTML 1.3%Language:SCSS 0.2%Language:Stylus 0.0%Language:Shell 0.0%