README.md
December 13, 2022 ยท View on GitHub
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
:page_with_curl: Index
- :warning: Heads up
- :art: Live Demo
- :rocket: Getting Started
- :camera: Screenshots
- :white_check_mark: Roadmap
- :exclamation: Issues
- :copyright: License
: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
![]() | ![]() |
![]() |
:white_check_mark: 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.
: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.


