This article has compiled four commonly used backend templates for Vue to share with you. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
element documentation: http://element-cn.eleme.io/#/zh-CN/component/installation
vue API: https://cn.vuejs.org/v2/api/
The following are four commonly used vue templates collected below
1, vue- manage-system
git address: https://github.com/lin-xin/vue-manage-system
Online address: http://blog.gdfengshuo.com/example /work/#/dashboard
The template is as shown in the picture:
2, vue-element-admin
git address: https:/ /github.com/PanJiaChen/vue-element-admin
International version: https://github.com/PanJiaChen/vue-element-admin/tree/i18n
Chinese online preview: https ://panjiachen.gitee.io/vue-element-admin/#/dashboard
The template is as shown in the picture:
##3, vuejs and A backend management interface built by element
Related technologies: vuejs2.0: Progressive JavaScript framework, easy to use, flexible and efficient, seems to be suitable for applications of any size.
element: ui component library based on vuejs2.0.
vue-router: Front-end routing used in general single-page application spas.
vuex: Vuex is a state management pattern developed specifically for Vue.js applications.
Git address: https://github.com/taylorchen709/vue-admin
Template As shown in the picture:
Use:
serve with hot reload at localhost:8081
build for production with minification
4. Implement background system permission control based on Vue
Blog address: https://blog.csdn.net/qq_32340877/article/details/79416344Backend system permission control based on Vue.js 2.x series Element UIgit address: https:/ /github.com/mgbq/vue-permission Online address: https://mgbq.github.io/vue-permission/#/dashboard/dashboard
vue.js tutorial"]
The above is the detailed content of Four commonly used templates in the Vue backend, how many do you know?. For more information, please follow other related articles on the PHP Chinese website!