Vue.js - (simple review, knowledge sorting)
VUE
Vue (pronunciation / vju ː /, similar to view) is a set of progressive JavaScript framework for building user interface. Unlike other large frameworks, Vue is designed for bottom-up, layer by layer applications. Vue's core library only focuses on visual layers, which facilitates integration with th ...
Posted by andy75180 on Thu, 05 Mar 2020 20:22:21 -0800
VUE realizes Studio management background: state mode realizes window docking, flexible and free
Yesterday's tabs window was very satisfactory. Today, we have made it possible to change the display style according to its size. When its width is too small, the tab page can float and dock on one side. Specific effect:Left
Right
Always like simple and clear things, so want to achieve a little more simple, but reality does not allow ah, the ...
Posted by calexa on Thu, 05 Mar 2020 05:28:06 -0800
Getting started with vue -- the use of v instruction
Entry directory
1.`v-once`
2.`v-text`
3.`v-html`
4.`v-show ,v-if`
5.`v-else,v-else-if`
6.`v-for`
7.`v-on`
8.`v-bind`
9.`v-model`
10.`v-block`
Citation of CND
<! -- development environment version with helpful command line warnings -- >
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vu ...
Posted by goatboy on Wed, 04 Mar 2020 21:25:09 -0800
Summarize the practical skills of vue knowledge system
As one of the three front-end frameworks, vue is a necessary skill for front-end developers. So how to learn and master vue systematically? For this reason, I have made a simple summary of the knowledge system. Please forgive and correct the shortcomings. If you like, you can give me a little praise! ...
Posted by DeFacto on Tue, 03 Mar 2020 23:24:48 -0800
Route authority management based on vue
Preface
(this project is based on Vue CLI and layout, but the layout of background system is basically the same.)
There is a requirement to modify the existing management background to present different menu bars (in fact, routes) according to different users, as shown in the following figure
thinki ...
Posted by Volte6 on Tue, 03 Mar 2020 00:37:38 -0800
Using vue to implement a message notification component from zero
Using vue to implement a message notification component from zero
At ordinary times, we must have used some UI frameworks like element UI and antd to feel the convenience they bring us. But when the difference between our requirements or the design of these frames is too big, it will be very awkward t ...
Posted by Mind freak on Mon, 02 Mar 2020 22:58:57 -0800
Leyou mall project - day19 - order + wechat payment (end part - full code attached at the end of the article)
1. Order system interface
We don't do development, we just explain
1.1. Import order service
Copy the Leyou order provided by the pre class materials to the D:\heima\code\leyou directory.
Then import in the project:
Just import the Pom coordinates directly
Start all microservices:
1.2.Sw ...
Posted by loveranger on Mon, 02 Mar 2020 22:36:24 -0800
Communication of Vue components
Preface
In this chapter, we will learn all the contents of Vue component communication. Before that, you'd better master the basic syntax, instructions and other contents of Vue. At the same time, we suggest you check my other articles for supplement.
Component communication
Parent child relationship
Through the figure above, I will show you t ...
Posted by Druid on Fri, 28 Feb 2020 04:15:38 -0800
Three templates in Vue
Because what you have learned is still relatively basic and what you have summarized is also some basic things, it is mainly to review what you have learned and put them together so that you can look back later, so it is only suitable for beginners.
1. html template:HTML templates: DOM-based templates, templates are valid and ...
Posted by Pro.Luv on Tue, 18 Feb 2020 08:07:14 -0800
02 - generate payment QR code
Hello everyone, I'm the white book demon!
Knowledge comes from accumulation, the peak comes from self-discipline
Today, I have sorted out some small knowledge points based on some documents, notes and other materials I have learned before. If there are any improper points, you are welcome to correct the ...
Posted by anser316 on Sun, 16 Feb 2020 21:38:15 -0800