Vue.use Source Code Analysis
I think I've had experience in Vue development, and I'm no stranger to vue. use. When global components such as vue-resource or vue-router are used, they must be introduced through the Vue.use method. So what exactly did vue. use do before components were introduced? Let's have a glimpse.
First up vue.use source code
Vue.use = function (plu ...
Posted by libertyct on Mon, 29 Jul 2019 13:55:16 +0200
Summary of the Experience of element Upload Component el-upload
Preface
Recent background management projects, the use of the _____________ vue-element-admin Uploading pictures is a very common function, but also encountered many problems, just take this opportunity to do some summary.
The list of questions that will be raised in the preliminary summary is as follows:
el-upload custom upload method
Picture ...
Posted by fleabel on Mon, 29 Jul 2019 06:07:24 +0200
(16) Our form solution el-form-renderer
Preface
This article will introduce our form solution. @femessage/el-form-renderer Show us how we deal with the following issues under the Vue technology stack:
Dynamic display or hiding of form items
Form Data Linkage
Format Input/Output Data Formatting
Processing of Unconventional Form Items
Complex form validation
programme
Dynamic Display ...
Posted by paul088 on Fri, 26 Jul 2019 10:57:02 +0200
Vue-vue-router Solves Privilege Problem
In the Vue project, data interaction with the back end can only be done through ajxa. Background interceptors can intercept requests that need to be logged in to resolve user privilege issues. In the Vue project, we can also implement the navigation and guard function of vue-router
Scene descripti ...
Posted by imurkid on Thu, 25 Jul 2019 04:06:34 +0200
uniapp + bootstrapvue Mobile/PC Set Configuration Bootstrapvue
1. Preparing documents
Go to DCloud website by yourself: http://dcloud.io/ Download the official IDE Hbuilder and create an empty uniapp project.
uniapp framework comes with optimized vue, we only need to prepare the following three files:
Bootstrap.min.css//bootstrap 4 or more. https://unpkg.com/bootstrap@4.3.1/dist/css/bootstrap.min.css
boots ...
Posted by tams on Tue, 23 Jul 2019 19:19:07 +0200
Analysis of Redux Principle
What is Redux
Many people think that Redux must be used in conjunction with React. In fact, it is not. Redux is a JavaScript state container. As long as you use state in your project and the state is very complex, you can use Redux to manage your project state. It can be used in react or in Vue, of course. Other frameworks apply.
I. The Workin ...
Posted by plouka on Tue, 23 Jul 2019 12:07:59 +0200
vue-cli basic configuration
When vue3.0 became popular, we also received news that the old version of Vue will not be applicable to all kinds of dependency packages that used vue2.0 in future updates. Therefore, vue3.0 version is used in the new project. Here are the basic functions to configure vue3.0
install
Installation of vue3.0
npm install -g @vue/cli
or
yarn global ...
Posted by newbie8899 on Mon, 22 Jul 2019 10:16:45 +0200
Front End Engine: From bind to curry
Preface
It has not been updated for a long time. On the one hand, I am busy with my work, on the other hand, I am in the process of learning. Next, it should gradually return to a stable state of renewal, sharing some interesting points of knowledge and my personal thinking. Interested friends can pay attention to it!
If there is something wron ...
Posted by jim.davidson on Mon, 22 Jul 2019 05:34:47 +0200
Backend Management System Development: Login Page
As a back-end programmer, want to write a data display system, mainly used for data query, data display, of course, there is also a login function, there is no faster way. For this reason, Vue-Admin-Pro was generated, based on iView-Admin, to simplify, tailor-made minimal back-end management system for back-end programmers.
Project Address: vue ...
Posted by vaavi8r on Mon, 22 Jul 2019 03:51:19 +0200
vue for back-end classmates
Installation environment
In the article, there are many pictures, which occupy a certain space. Some guys who write in the background say how to write Vue and how to build a new Vue project. Then I think it's necessary to write a Vue tutorial for backstage students. The article hardly talks about the details of css and vue, so as to reduce the ...
Posted by belaraka on Sun, 21 Jul 2019 08:09:47 +0200