Interpretation of Vue source code -- responsive principle

When learning becomes a habit, knowledge becomes common sense. Thank you for your likes, collections and comments.The new video and articles will be sent to WeChat official account for the first time. Li YongningThe article has been included in github warehouse liyongning/blog , welcome to Watch and Star.prefaceLast article Interpretation of Vu ...

Posted by mr_armageddon on Wed, 23 Feb 2022 04:06:59 +0100

Using Vue3 + Surely Vue Table components based on native JS projects

Js & Surely Vue Table This article describes how to use the Surely Vue Table component based on a native JS project. Surely Vue Surely Vue Table is one of the "high-end" components of the Ant Design Vue team that addresses complex high-frequency issues such as large data rendering and graph integration. With this component, you ...

Posted by Attilitus on Tue, 22 Feb 2022 18:29:55 +0100

Efficient and happy development of uniapp with vscode

Efficient and happy development of uniapp with vscode Because I used to use vscode to develop front-end projects before, now some small programs or h5 projects are developed using uniapp. After experiencing hbuiler for a period of time, I still feel that vscode is fragrant. Here are some configurations I developed using vscode. It includes the ...

Posted by gva482 on Tue, 22 Feb 2022 17:30:54 +0100

The first actual combat project of springboot+vue music website in winter vacation

preface Front end usage: vue/cli "^ 4.5.15" Back end usage: springboot2 6.2, mybatis-plus3. 5.9,mybatis-plus-generator3. five point one Deployment: nginx,tomcat,webpack Summary Although the project is colorful, it is not difficult The biggest gains are: 1. Technical selection and task requirements Once determined, late changes ...

Posted by scooterlibby on Tue, 22 Feb 2022 17:13:16 +0100

Vue learning notes (components, animation)

catalogue 1, Define Vue components 1.1 three methods of global component definition 1.2 using component to define private components II. data in components III. component switching 4, Component value transfer 4.1 value transfer from parent component to child component 4.2 the child component passes the value to the parent component th ...

Posted by cirko on Tue, 22 Feb 2022 12:51:58 +0100

Introduction to new features of JavaScript ES6

brief introduction The full name of ES is ECMAScript, which is the specification of scripting language, and JavaScript is an implementation of ES, so the new feature of ES can also be called the new feature of JavaScript. Why learn: Simple grammar and rich functions.Using the framework to develop applications, such as front-end development u ...

Posted by jomofee on Tue, 22 Feb 2022 01:53:14 +0100

Interpretation of Vue source code -- Vue initialization process

When learning becomes a habit, knowledge becomes common sense. Thank you for your likes, collections and comments.The new video and articles will be sent to WeChat official account for the first time. Li YongningThe article has been included in github warehouse liyongning/blog , welcome to Watch and Star.targetDeeply understand the initializati ...

Posted by JeanieTallis on Tue, 22 Feb 2022 01:43:36 +0100

Interpretation of Vue source code -- Vue initialization process

When learning becomes a habit, knowledge becomes common sense. Thank you for your likes, collections and comments. The new video and articles will be sent to WeChat official account for the first time. Li Yongning The article has been included in github warehouse liyongning/blog , welcome to Watch and Star. target Deeply understand the init ...

Posted by jimwp on Tue, 22 Feb 2022 01:37:30 +0100

Vue tutorial details V (components)

Components are reusable Vue instances, so they receive the same options as new Vue, such as data, computed, watch, methods, and lifecycle hooks. The only exceptions are instance specific options like el. Components are collections of code (html/css/js) and resources (mp3/mp4/ttf/zip) used to achieve local (specific) functional effects Advanta ...

Posted by Ajdija on Mon, 21 Feb 2022 12:24:01 +0100

pinia introduction and setup syntax

pinia introduction and setup syntax 1. Basic characteristics of Pinia pinia is also a Vue state management tool, which has many similarities with vuex. In essence, he was developed by the core members of vuex team, and put forward some improvements on vuex. Compared with vuex, pinia removes the distinction between synchronous function Mutatio ...

Posted by dk4210 on Mon, 21 Feb 2022 11:59:16 +0100