A Vue-admin-template use Tabs replacing the vue-router for Vue2.x & Adminlte
Powered by Vue 2.x and Adminlte 2.3.x
Tabs component reference vue-tabs and element-ui Tabs component style
use vue-cli 2.x
use admin-lte project
use jquery 3.2.x
use font-awesome 4.7.x
use vue-layer 0.8.x
use axios 0.16.x
use vuex 2.3.x
use vuex-i18n 1.4.x
# download sources
git clone https://github.com/maqzh/vue-admin-tabs
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test