Module hot replacement
1. Configuration structure dependency ย
Directory structure diagram
ย
package. Dependencies in JSON
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.16.4",
"css-loa ...
Added by harmclan on Wed, 22 Dec 2021 19:04:37 +0200
[programmer's romance] Christmas is coming, why not give Ta a programmer's romance
Next is snowflakes โ๏ผ christmas tree ๐๏ผ new year ๐ And better us There is no Santa Claus in the world. All gifts come from people who love you
Today, I bring you some beautiful Christmas trees based on HTML+CSS (+ JS). I hope Santa Claus can put you I like on my bed on Christmas day
snowflake and cherry blossoms as well as Romantic greeti ...
Added by aalmos on Wed, 22 Dec 2021 13:16:00 +0200
web front end learning notes day07html form form
Web page basic layout
html
html infrastructure
html base tag
html tag properties
html text formatting label
html entity escape character + html block level tag and line level tag
W3C specification + html semantic tag + file name specification
html form
1. General properties of labels
The label consists of label name, label attribute ...
Added by colby.anderson on Wed, 22 Dec 2021 08:38:00 +0200
Front end Engineer Cultivation Plan DOM Part 05 - reflux and redrawing
In the previous section, we talked about most node operations. This section complements some node operations and describes some optimization solutions to browser rendering problems
Get element related nodes
<body>
<div class="item">
<h3 class="title">123</h3>
<p class="des">456</p>
<p class="pri ...
Added by envexlabs on Tue, 21 Dec 2021 03:55:51 +0200
How does css3 realize animation? Summary of common animation methods
Creating a simple transition effect in css can be achieved in the following steps
(1) Declare the initial state style of the element in the default style
(2) Declare the final state style of transition elements, such as suspended state
(3) In the default style, add some different styles by adding transition functions
1. Deformation 2D defor ...
Added by kasitzboym on Tue, 21 Dec 2021 01:34:11 +0200
CSS background style
CSS background style
CSS background properties
PropertydescribebackgroundShort attribute, which is used to set the background attribute in a declaration.background-attachmentWhether the background image is fixed or scrolls with the rest of the page.background-colorSets the background color of the element.background-imageSet the image as the b ...
Added by AndyMoore on Mon, 20 Dec 2021 19:23:18 +0200
Responsive layout
1, MediaQuery
1. Definitions
Set different css styles for different screen sizes.
<body>
<div id="div0">111</div>
</body>
<style>
#div0{
width: 100px;
height: 200px;
}
/* max-device-width Device represents the maximum width of the device*/
@media screen and (max-device-width:199px) ...
Added by telsiin on Mon, 20 Dec 2021 15:05:13 +0200
flex flexible layout detailed tutorial-10 container attribute justify content
Objectives of this section
Master the basic use of justify content.Master the skills of using justify content alignment for multi column arrangement of items.The reading time is about 5 ~ 10 minutes.
Justify content foundation
The justify content property is used to set the alignment of items in the spindle direction. The syntax format is as ...
Added by mazman on Mon, 20 Dec 2021 11:13:33 +0200
The 7-minute use case takes you through the git commands commonly used at work
Author: Valeria Translator: Front-end wit Source: medium
Git can essentially record text changes, but it is defined as a version control system. You may have used git in one way or another: because of its distributed nature, it is a de facto standard for code version control, as opposed to a centralized Apache Subversion (SVN).
Install git ...
Added by rabab.orthalis on Mon, 20 Dec 2021 05:30:41 +0200
Images and background images in HTML and CSS
Hello, everyone. I'm Bowl week Not the "bowl of porridge" you want, but the front end you don't want to be drunk ๐จ๐ปโ๐ป๏ผ If I'm lucky to get your favorite articles, I'm lucky to ~
This is [ From scratch front end Image and Background Image in HTML and CSS
Write not easy to reload, please get permission
Write before
I ...
Added by phpPete on Sun, 19 Dec 2021 07:50:53 +0200