Vue 2 Admin Project
Summary
Vue2Admin is a fully responsive admin template that is inspired by AdminLTE.
Features
- This template is built-in with Vue 2 at the start.
- It include Vue Resource, Vuex as well.
- The plugins for this project are loaded with script loader.
Structure of Reetek Vue2Admin
path\to\vue2admin
+---build <-// webpack files
+---config <-// configuration of dev or prod environment
+---screenshots
+---src <-// vue components
| +---components
| | +---charts
| | +---dashboard
| | +---forms
| | +---mailbox
| | +---misc
| | +---pages
| | +---tables
| | +---ui
| | \---widget
| \---filters
+---static <-// css, dump data, fonts, image files and plugins
| +---css
| +---data
| +---fonts
| +---img
| | +---credit
| | \---stock
| \---js
| \---plugins <-// plugins for admin dashboard
| +---AdminLTE
| +---bootstrap
| +---bootstrap-slider
| +---bootstrap-wysihtml5
| +---chartjs
| +---ckeditor
| + ...
\---test
+---e2e
\---unit