GithubHelp home page GithubHelp logo

dlsyaim / vue2-management-platform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from suweiteng/vue2-management-platform

0.0 1.0 0.0 11.52 MB

vue2.0+ elementUI 后台管理平台 https://suweiteng.github.io/vue2-management-platform

JavaScript 86.57% HTML 4.97% Vue 1.79% CSS 6.67%

vue2-management-platform's Introduction

vue2-management-platform(请点右上角star)

vue2.0 + elementUI 后台管理平台 访问: https://suweiteng.github.io/vue2-management-platform

概述

最近学习vue2.0和elementUI的使用,在各种文档的帮助下,尝试编写了一个后台管理平台。 目前数据采用mock.js模拟,比较简略。后续会进行细化并增加登录等功能。

依赖项版本

"vue": "^2.1.0",

"vue-router": "^2.1.3", // vue.js官方路由

"axios": "^0.16.1", // 官方已不再推荐使用vue-resource,如今推荐axios。

"element-ui": "^1.2.3", // 样式库

 "mockjs": "^1.0.1-beta3", //模拟数据使用

 更新:vue已升级至2.5.X,elementUI已升级至2.2,其他相关依赖也已升级,
 具体请参考https://github.com/suweiteng/vue2-management-platform/blob/master/package.json

特别提醒

为了便于在github在线预览效果,部分代码和本地运行配置不一样。目前有2处,代码中已有详细说明,遇到问题可自行修改:

一是在config/index.js中的assetsPublicPath: '/vue2-management-platform/',本地打包可改为assetsPublicPath: '/'

二是在UE编辑器的配置static/UE/ueditor.config.js中,本地开发写window.UEDITOR_HOME_URL = "/static/UE/"即可。

更新

增加富文本编辑器(beta1.6)

2017年7月11日:集成Ueditor富文本编辑器,作为公共组件。

2017年7月13日:编辑器支持同页面多次调用。

2018年1月23日:编辑器支持小功能:获取纯文本(解决博客中40L评论的疑问)。

教程:http://www.cnblogs.com/dmcl/p/7152711.html

效果如下: 在线体验本功能:https://suweiteng.github.io/vue2-management-platform/#/editor

版本升级(beta2.0)

2018年2月25日:vue已升级至2.5.X,elementUI已升级至2.2,其他相关依赖也已升级。(beta2.0)

效果如下:

2018年2月26日:增加打包分析webpack-bundle-analyzer;优化导出功能。(beta2.1)
   

截图预览

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

请点右上角star,谢谢

vue2-management-platform's People

Contributors

suweiteng avatar

Watchers

dlsyaim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.