Vue router learning notes
Vue-Router
brief introduction
Routing is the activity of transmitting information from the source address to the destination address through the interconnected network
Back end Routing: the back end processes the mapping relationship between URL s and pages
With the emergence of the front and rear end separation stage, the single page r ...
Added by insight on Thu, 13 Jan 2022 23:57:36 +0200
Vue quick start (IDEA version) one article is a quick start (you can directly develop front-end and back-end separation projects)
1, Vue quick start
In 2008, google's Chrome was released, and then it occupied the market at a very fast speed, surpassing IE to become the leader of the browser market.
In 2009, based on Google's Chrome v8 engine, Ryan Dahl created an asynchronous IO framework based on event loop: node js.
Asynchronous lO based on time cycle
Single thread ...
Added by Grant Holmes on Thu, 13 Jan 2022 21:53:40 +0200
Vue component slot
catalogue
1, Component slot
1.1. Single slot
2.2 named slot
2.3. Scope slot
Slot, I want to drill into your arms
Default slot
Named slot
Scope slot
Slot defaults
1, Component slot
The biggest feature of components is reusability, and good use of slots can greatly improve the reusability of components
1.1. Single slot
When the chil ...
Added by dwest on Wed, 12 Jan 2022 22:38:34 +0200
vue quick start series - templates
See other chapters:
vue quick start series
Template
Mentioned earlier Virtual dom in vue Mainly do two things:
Provide the vNode corresponding to the real node
Compare the old and new vnodes, find the differences, and then update the view
① Where does vNode come from?
As mentioned earlier, the declarative framework only needs us to describe ...
Added by slands10 on Wed, 12 Jan 2022 19:51:26 +0200
Skill 1 vue3 0+cli4. 5 project quick creation process
#Skill 1 vue3 0+cli4. 5 project quick creation process
This article is based on my own habits, so that I can quickly and comprehensively create a vue3 project.
It's not written to create a cli project process.
vue framework
vue is a single page program with only one entry file index HTML, route jump will not refresh the page, and the runnin ...
Added by therealchuckles on Wed, 12 Jan 2022 14:19:37 +0200
VUE configuration file VUE config. JS configure front-end agent - important
//Name this code snippet vue.config.js,Put it in the root directory of the project
//Just modify target Property the interface to access IP that will do
<br>// vue.config.js Configuration description
//official vue.config.js Reference documents https://cli.vuejs.org/zh/config/#css-loaderoptions
// Only a part is listed here. Refer t ...
Added by mdomel on Tue, 11 Jan 2022 11:31:52 +0200
Business description of project related components
🐦
1.base - basic components
1.Avatar (registered globally)
<Avatar :src="item.avatar" :gender="item.gender"></Avatar>
Parameter configuration:
parameterexplaintypeOptional valueDefault valuesrcAvatar pictureString--genderUser genderString / Number--
2.Back
import Back from '@comp/base/Back'
<Back @back="methods" tit ...
Added by plaggypig on Tue, 11 Jan 2022 05:54:49 +0200
java three-stage learning_ day06
1 property binding
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>VUE Introductory case</title>
<style>
/* Red height 50 width 50 */
.red{
background-color: red;
height: 50px;
width: 50px;
}
.blue{
background-color: blue;
height: 100px;
width: 100 ...
Added by hideous on Mon, 10 Jan 2022 21:06:59 +0200
Teach you to write the background management system with VUE(X) Left menu bar
Teach you to write background management with VUE(X) (1)
The following code is for reference only. It is recommended to type more 1. Create a new file with vue create xxx command (provided that Vue has been installed on your computer) 2. We need to use element UI to write this background. If you don't understand it, you must go to the official ...
Added by dnice on Mon, 10 Jan 2022 15:30:17 +0200
Vue3 antd admin management background framework
prefaceVue3 antd admin is a background front-end solution, which is implemented based on vue3 and antd UI. It uses the latest front-end technology stack and integrates basic functions such as dynamic routing, authentication login and menu management. On this basis, it optimizes the style and solves the ignored problems such as no scrolling and ...
Added by laPistola on Mon, 10 Jan 2022 05:56:57 +0200