Vite2 + Vue3 + TypeScript + Pinia build an enterprise level development scaffold [worth collecting]

Hello, everyone. I'm xy???. It has been a year since I first came into contact with vue3 version. Due to vue3 With the release of version 2, the experimental mark of < script setup > has been removed, and many companies have started to use vue3 2 development project. This article is to help you how to quickly use vue3 x. typeScript, vite ...

Posted by limitedreality on Thu, 03 Mar 2022 17:45:21 +0100

vite + vue3 + setup + pinia + ts project practice

introduce A project developed by using vite + vue3 + pinia + ant design Vue + typescript complete technical route, with the launch of second level development update, the new vue3 composition api combined with setup to enjoy the silky development experience, the new pinia state manager and excellent design experience (1k size), the barrier fre ...

Posted by Ionisis on Thu, 03 Mar 2022 16:12:00 +0100

Use of the latest code generator (3.5.1 +) of mybatis plus

1. Introduce dependency: <!--mybatisPlus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.3.4</version> </dependency> <!--mybatis-plus Code generator --> <dependency> <groupId>com.baomidou</g ...

Posted by Thunderfunk on Thu, 03 Mar 2022 09:19:01 +0100

JS advanced part

JS advanced part judgeObject reference typeResearch on undefined and nullDistinguish between variable types and data typesData, variables and memoryjs function parameters are passed as valuesHow does JS engine manage memoryJS object When to use ['attribute name'] and when to use it JS function object The difference between call and apply ...

Posted by Runnion on Thu, 03 Mar 2022 08:36:51 +0100

Sorting out javascript object knowledge points

Article reference https://www.w3school.com.cn/js/js_object_definition.asp JavaScript object definition In js, almost everything is an object: Booleans are objects (if defined with the new keyword) Numbers are objects (if defined with the new keyword) A string is an object (if defined with the new keyword) Dates are always objects Arithm ...

Posted by simshaun on Thu, 03 Mar 2022 08:25:11 +0100

Station B -- [crazy God says Java] Introduction to JavaWeb to actual combat -- Notes

Most of the notes are taken when station B meets the javaWeb said by crazy God. By the way, the pictures and texts are combined and recorded for easy review Video address: https://www.bilibili.com/video/BV12J411M7Sj Remember Sanlian Article catalogue 1. Basic concepts 1.1 Preface1.2. Web application web application:1.3. Static web1.4 ...

Posted by srdva59 on Thu, 03 Mar 2022 05:31:24 +0100

Bootstrap learning notes 4

1. Pull down menu and scroll monitor 1.1 pull down menu 1.1.1 attribute declarative method <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>drop-down menu --Attribute declarative method (I)</title> <link rel="stylesheet" href="https://maxcdn.bo ...

Posted by EvilWalrus on Wed, 02 Mar 2022 15:39:08 +0100

The basic syntax of css & selector

1. How to use CSS in html Cascading style sheet css a. in line style Define a style attribute on the element and write the style in the style attribute b. inline style Define a style tag in the header of html and write the style in the style tag c. external style Define an external with For files with css suffix, use the link tag in the header ...

Posted by Pro.Luv on Wed, 02 Mar 2022 13:19:12 +0100

Advanced programming of javaScript DOM

Hi, little buddy ~ ~ welcome to my js teaching class. Let's learn javaScript together! catalog: I What is a DOM tree? II How to use JS to operate tables? III Common attributes and methods of Element (key points) IV Case explanation~ ~ ~ ~ let's briefly recall some important words in the last explanation~~~ 1. Documentation 2 Click # 3 ...

Posted by Serberus on Wed, 02 Mar 2022 13:13:44 +0100

The new year is coming soon, and my roommate is off the list with ten different confession codes [source code attached]

Your exclusive confession artifact 1, Story background2, Display of ten confession artifacts 1. Love tree2. Code expression + love3. Small article + loveLai style (recommended)5. Rotating photo wall6. Thousand paper cranes7. Written love8. Fireworks + Cake9. Red rose10. Dead skin + Fireworks (recommended) 3, Source download 1, Story back ...

Posted by JoeBuntu on Wed, 02 Mar 2022 06:53:20 +0100