Home >Web Front-end >Vue.js >Four commonly used templates in the Vue backend, how many do you know?

Four commonly used templates in the Vue backend, how many do you know?

醉折花枝作酒筹
醉折花枝作酒筹forward
2021-04-07 09:58:174579browse

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.

Four commonly used templates in the Vue backend, how many do you know?

Vue backend commonly used templates:

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:
Four commonly used templates in the Vue backend, how many do you know?


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:
Four commonly used templates in the Vue backend, how many do you know?


##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.

Online address: https://taylorchen709.github.io/vue-admin/#/login

Git address: https://github.com/taylorchen709/vue-admin
Template As shown in the picture:

Four commonly used templates in the Vue backend, how many do you know? Use:

install dependencies

npm install

serve with hot reload at localhost:8081

npm run dev

build for production with minification

npm run build


4. Implement background system permission control based on Vue

Blog address: https://blog.csdn.net/qq_32340877/article/details/79416344

Backend system permission control based on Vue.js 2.x series Element UI

git address: https:/ /github.com/mgbq/vue-permission

Online address: https://mgbq.github.io/vue-permission/#/dashboard/dashboard

Four commonly used templates in the Vue backend, how many do you know?

[Related recommendations: "

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete
Previous article:Diagram of vue life cycleNext article:Diagram of vue life cycle