Skip to content

meteorbites/vue-vuetify-admin-boilerplate

Repository files navigation

Vue Vuetify Boilerplate

An up to date boilerplate for those who wishes to have a Vuetify baseline layout that has App Drawer, App Toolbar, App Footer and Content Area. Includes a Login Page using Vuetify centered layout.

Who is it for? It's for those who wish to have a baseline app, admin template app or starting point for implementing Vue, Vue-Router, Vuetify projects that incorporates application drawer, toolbar, footer and content area. (e.g. common usage and examples are Admin Apps). Perfect for Vue and Vuetify-beginners that wish to have a playground to apply code snippets captured from Vuetify's Documentation.

One of the goals for this boilerplate is to ensure that there's no outdated packages and to ensure to install the shiny new versions. Minor and Patch updates at a minimum. Major updates that are backwards-incompatible needs to be evaluated.

Login

alt text

Dashboard

alt text

Project setup

# clone this repo
git clone https://github.com/meteorbites/vue-vuetify-admin-boilerplate.git
# install dependencies
yarn install

# or
npm install

Compiles and hot-reloads for development

# to run and serve the program
yarn serve

# or
npm run serve

Compiles and minifies for production

# to build for production
yarn build

# or
npm run build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

An up to date boilerplate for Vue, Vue Router, Vuetify, Barenaked admin template.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published