Skip to content

studio-kanvas/vue-admin-vuetify

Repository files navigation

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

---

📃 Index

⚠️ Heads up

Currently this is just a beta version.

🚀 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.

©️ License

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