vue-admin-vuetify
is a Front-end component project.Currently this is just a beta version.
https://vasttian.github.io/vue-admin-vuetify
npm install
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
npm run build
npm run lint
If you run into any issues, you can contact me at issues
Detailed changes for each release are documented in the release notes.
Under the MIT license. See LICENSE file for more details.