Vue Admin Template
Vue Admin Template is a Vue.js based admin template leveraging Vuetify components and styles. It provides a basic admin panel structure, useful for jumpstarting Vue.js admin interface projects.
Key features include:
- Vue.js based structure
- Vuetify components and styling
- Automated build and deployment with GitHub Actions & GitHub Pages
- Sample dashboard implementation
Reference libraries:
- Vue.js
- Vuetifyjs
- VueChartKick
- vue-fullcalendar
- vue-swatches
Build Setup:
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report