Code Monkey home page Code Monkey logo

vue-admin-vuetify's Introduction

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.

vue-admin-vuetify's People

Contributors

dependabot[bot] avatar vasttian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-admin-vuetify's Issues

How to use Liquid Fill in your project?

Hey.
I really liked your decision - Liquid Fill (/charts/else).
Please tell me - how can I use it in my project?
What files do I need to have in order to make it work for me?

Path error in src/views/widgets/svg-icon/requireIcons.js

Hi,
Could you correct the path in src/views/widgets/svg-icon/requireIcons.js,
replace:

const all = importAll(require.context('@/components/svg-icon/icons', false, /\.svg$/));

with:

const all = importAll(require.context('@/components/widgets/svg-icons/icons', false, /\.svg$/));

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.