Vue source code analysis -- normalization option
The article was first published on personal blog Small gray spaceNormalization optionsWhen new Vue creates a Vue instance for initialization, the first operation is the merge option. In the merge option, there are different merge strategies for different scenariosif (options && options._isComponent) {
// When initializing subcomponent ...
Posted by dodgei on Sat, 19 Feb 2022 18:27:00 +0100
[play with the cloud function] get through Github to enterprise wechat
Dear, Hello, I'm "front-end Xiaoxin", ๐ He has been engaged in front-end development and Android development for a long time, is keen on technology, and goes farther and farther on the road of programmingAt the internal knowledge sharing meeting of the team on the 18th yesterday, my colleagues shared in detail the recent enterprise m ...
Posted by freeak08 on Sat, 19 Feb 2022 16:04:40 +0100
Solution to the problem of Html automatic jump to Chrome generated after Axure9
You've used axure7 Product managers of 0 and 8.0 or counterparts related to prototypes must know that index. 0 was opened before HTML will generally jump to chrome HTML page or guide you to install the extension of Axure For Chrome.
But Axure's official extension is launching axure9 It has been invalid since 0, and Chrome plug-in no longer s ...
Posted by lkalik on Sat, 19 Feb 2022 14:58:40 +0100
Deploy multiple Web applications on one server through Nginx
Deploy multiple Web applications on one server through Nginx
Through the reverse proxy of nginx, you can listen to the two default ports 80(http) and 443(https), and then map the two port requests to the actual running port of the project.
First of all, it is explained here that multiple items of reverse proxy can be distinguished through the ...
Posted by TomatoLover on Sat, 19 Feb 2022 14:55:52 +0100
Using vuecli to quickly create a vue3 project
Tip: the following is the main body of this article for reference only
1, Install the latest Vue cli
Official website: https://cli.vuejs.org/
About older versions Vue CLI package name changed from Vue CLI to @ vue/cli. If you have globally installed the old version of Vue CLI (1. X) Or 2 x) , you need to use NPM uninstall Vue cli - ...
Posted by Dimensional on Sat, 19 Feb 2022 14:41:57 +0100
Release memo of gin project (including template static resources)
If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions.
On January 12, it was originally the tim ...
Posted by icaro on Sat, 19 Feb 2022 12:42:22 +0100
web api, method of obtaining DOM elements, event understanding, 300ms delay of click event on mobile terminal, event object, event delegate, common event types
web api:
API (Application Programming Interface) is some pre-defined functions. The purpose is to provide the ability for application programs and developers to access a group of routines based on some software or hardware without accessing the source code and understanding the details of its internal working mechanism. They only need to call ...
Posted by srihari on Sat, 19 Feb 2022 06:48:26 +0100
[axios source code] - study and analysis of the core function in the adapter
Welcome to my official account, "front-end wall".
1, Environmental preparation
axios version v0 twenty-four Through github1s web page, you can see axios source code clone to local is required for debugging
git clone https://github.com/axios/axios.git
cd axios
npm start
http://localhost:3000/
2, Function study
1. Overvie ...
Posted by four4swords on Fri, 18 Feb 2022 23:58:46 +0100
Learn WEB front end from scratch - advanced WEB page - HTML5+CSS3
๐ Project introduction
First introduce yourself. I'm a back-end programmer who doesn't write the front-end, so I teach myself the front-end ๐. In this project, I will work with you to learn the front-end from the zero foundation. From the perspective of back-end programmers, the front-end is limited by the author's level. This project will ...
Posted by AKA Panama Jack on Fri, 18 Feb 2022 20:54:49 +0100
"HTML+CSS" -- custom loading animation [046]
preface
Hello! buddy! First of all, thank you very much for reading Haihong's article. If there are mistakes in the article, you are welcome to point out ~ Ha ha, introduce yourself Nickname: Haihong Label: program ape a C + + player student Introduction: I got acquainted with programming in C language and then transferred to computer major ...
Posted by expert_21 on Fri, 18 Feb 2022 19:29:41 +0100