All Projects → xiubug → vue2-element

xiubug / vue2-element

Licence: other
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue2-element

Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (-2.61%)
Mutual labels:  fetch, less, backend, manager, promise, webpack2, vue2, element-ui, vuex2
Magicmusic
🎵帅气的手机端音乐播放器(vue vue-router vuex flex ...)
Stars: ✭ 350 (+204.35%)
Mutual labels:  promise, webpack2, vue2, vuex2
Vue Admin Element
(Vue2 演示项目)物业后台管理系统 - ElementUI ( 基本结构已完成, 剩下的就是具体业务开发; 如有疑问请留言 )
Stars: ✭ 73 (-36.52%)
Mutual labels:  webpack2, vue2, element-ui, vuex2
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+886.96%)
Mutual labels:  webpack2, vue2, element-ui
Fans
这是一个app(android/iOS)项目,但页面视图全部都用的是html5页,没有使用app的原生页面。 前端h5是基于mui + vue2 + vue-router2 + es6 + webpack2 + vuex + signalR 的前端webApp单页项目框架,项目可以直接在PC上运行html5页面。 app打包技术是用HBuilder IDE工具一键打包成APP。
Stars: ✭ 416 (+261.74%)
Mutual labels:  webpack2, vue2, vuex2
Login
Vue + Vue-router + Vuex 实现前端页面及逻辑,Express 实现注册登录登出的RestFul API 。
Stars: ✭ 246 (+113.91%)
Mutual labels:  webpack2, vue2, element-ui
Vue Blog
A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
Stars: ✭ 586 (+409.57%)
Mutual labels:  webpack2, vue2, vuex2
Vue2 Web
酷我音乐—vue2、vue-router2、webpack2框架
Stars: ✭ 54 (-53.04%)
Mutual labels:  less, webpack2, vue2
vue-methods-promise
Let Vue methods support return Promise
Stars: ✭ 35 (-69.57%)
Mutual labels:  fetch, vue2
Code-VueWapDemo
“Vue教程--Wap端项目搭建从0到1”的源码
Stars: ✭ 19 (-83.48%)
Mutual labels:  fetch, vue2
Node Fetch
A light-weight module that brings the Fetch API to Node.js
Stars: ✭ 7,176 (+6140%)
Mutual labels:  fetch, promise
hermes-js
Universal action dispatcher for JavaScript apps
Stars: ✭ 15 (-86.96%)
Mutual labels:  fetch, promise
parcel-plugin-goodie-bag
provides the Promise and fetch goodies needed for IE(11) support w/ parcel bundle loading
Stars: ✭ 15 (-86.96%)
Mutual labels:  fetch, promise
Fetch
A window.fetch JavaScript polyfill.
Stars: ✭ 25,118 (+21741.74%)
Mutual labels:  fetch, promise
react-express-mongodb
基于react全家桶+antd design+webpack2+node+express+mongodb开发的前后台博客系统
Stars: ✭ 26 (-77.39%)
Mutual labels:  fetch, webpack2
Mfetch
mfetch will provide you with a strong ability to request resource management
Stars: ✭ 90 (-21.74%)
Mutual labels:  fetch, promise
Redux Cnode
react+react-router+redux+es6+antd-mobile+webpack版本的Cnode
Stars: ✭ 96 (-16.52%)
Mutual labels:  fetch, less
i18next-http-backend
i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
Stars: ✭ 270 (+134.78%)
Mutual labels:  fetch, backend
Create Request
Apply interceptors to `fetch` and create a custom request function.
Stars: ✭ 34 (-70.43%)
Mutual labels:  fetch, promise
Electron Vue Cloud Music
🚀Electron + Vue 仿网易云音乐windows客户端
Stars: ✭ 1,894 (+1546.96%)
Mutual labels:  fetch, less

vue2-element管理系统简单demo

您有什么功能可以给我留言,我来实现!

最新更新

项目初始化

前言

本工程主要基于vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui实现的SPA后台管理系统模板。

如果觉得不错的话,请star一下吧 😊

线上demo

关于我自己

使用技术: vue + vuex + less + ES6/7 + webpack + fetch + vue-router + store + element-ui

项目说明: 此项目是本人空余时间搭建的。希望大家提供宝贵的意见和建议,谢谢。

邮   箱: [email protected]

个人网站: http://www.sosout.com/

个人博客: http://blog.sosout.com/

个人简书: http://www.jianshu.com/users/23b9a23b8849/latest_articles

segmentfault:https://segmentfault.com/u/sosout

下载

# git clone

git clone https://github.com/sosout/vue2-element.git

cd vue2-element

安装


// 安装前请先确保已安装node和npm

// 安装成功后,再安装依赖,如果之前有用npm安装过,请先删掉node_modules
yarn install

运行

# 开发版本,用于开发使用,热加载
yarn run dev

# 生产版本,对代码进行混淆压缩,提取公共代码,分离css文件
yarn run build

# 生产版本并查看包分析器报告
yarn run build --report

# 单元测试
yarn run unit

# e2e测试
yarn run e2e

# 所有测试
yarn test

访问

在浏览器地址栏输入http://localhost:8080/

vuex简单应用

vue自定义组件

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].