Home > Web Front-end > Vue.js > body text

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

醉折花枝作酒筹
Release: 2021-04-07 09:58:45
forward
4549 people have browsed it

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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template