项目作者: prettyEcho

项目描述 :
基于webpack2+vue2+bootstrap构建的单页面后台管理系统模版 ?
高级语言: Vue
项目地址: git://github.com/prettyEcho/administration.git
创建时间: 2017-10-13T08:28:40Z
项目社区:https://github.com/prettyEcho/administration

开源协议:

下载


简单介绍

很多后台开发人员是不屑于做页面的,或者说做的不是那么美观,一些大神除外(纯属自己瞎扯,勿喷)。所以思前想后,做一个后台管理系统的模版出来,供大家使用,给大家带来点便利。

该模版是基于webpack2+vue2+bootstrap的单页面后台管理系统模版,实现了响应式布局,里面有大量bootstrap应用,这些应用都可以单独摘出来使用,同时对单页面应用不熟悉的同学,也可以看看简单的单页面如何开发。

使用

  1. # cd target folder
  2. cd <folder>
  3. # # install dependencies
  4. npm install
  5. # serve with hot reload at localhost:8080
  6. npm run dev
  7. # build for production with minification
  8. npm run build
  9. # build for production and view the bundle analyzer report
  10. npm run build --report