-
Updated
May 11, 2022 - Vue
{{ message }}
a vue2.0 minimal admin template
An elegant dashboard
renren-fast-vue基于vue、element-ui构建开发,实现renren-fast后台管理前端功能,提供一套更优的前端解决方案。
基于Spring Cloud Hoxton.RELEASE、Spring Cloud OAuth2 & Spring Cloud Alibaba & Element 微服务权限系统,开箱即用。
SmartAdmin 使用 SpringBoot和Vue,前后端分离,我们希望用一套漂亮的代码和一套整洁的代码规范,让大家在这浮躁的代码世界里感受到一股把代码写好的清流!同时又让开发者节省大量的时间,减少加班,快乐工作,热爱生活。SmartAdmin 让你从认识到忘不了,绝对是你最想要的!
Collect JS Frameworks, Web components library and Admin Template.
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
soybean admin - a beautiful vue admin template, based on Vue3、Vite、Naive UI、TypeScript. 基于Vite + Vue3 + NaiveUI + TypeScript的漂亮清新的中后台管理模版
基于vue2.0生态的后台管理系统模板(spa)。 a vue management system template based on :vue2.0 + vue-router + vuex + element-ui +ES6+ webpack + npm。
vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面
hooks 在 windows 上是能够失常运行的,起初换成 mac 之后就不行了,提交时报错:
hint: The 'hooks/commit-msg' hook was ignored because it's not set as executable.
起因是 hooks 脚本默认为不可执行,所以须要将它设为可执行
chmod 700 .husky/*
一款自带工作流引擎的Node.js全栈框架,一款面向开发者的低代码平台,更是一款兼具低代码的开箱即用和专业代码的灵活定制的PAAS平台。A Node.js full-stack framework with workflow engine, based on koa + egg + vue + framework7
Vue 2.0 admin-dashboard based on Quasar-Framework
Add a description, image, and links to the vue-admin topic page so that developers can more easily learn about it.
To associate your repository with the vue-admin topic, visit your repo's landing page and select "manage topics."
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换