SASS and Compass study notes and using SASS in vue

preface A simple blog about learning SASS 1, Install SASS SASS is developed based on Ruby language, so we need to use SASS first Install RubyAfter installation, we can install SASS. Open the command line window and enter gem install sassThen test whether it is installed. On the command line, enter sass -v to display the version num ...

Added by jalbey on Thu, 20 Jan 2022 00:40:33 +0200

JavaScript advanced day 01 notes

JavaScript advanced day 01 notes 1. Process oriented and object-oriented 1.1 process oriented Process oriented is to analyze the steps needed to solve the problem, and then use functions to realize these steps step by step. When using, you can call them one by one. 1.2 object oriented Object oriented is to decompose transactions into objects ...

Added by nightdesigns on Thu, 20 Jan 2022 00:04:39 +0200

React HOC higher order component learning

What is React HOC? React HOC - Higher Order Component, also known as react's high-order Component, is usually implemented by a function that accepts one Component and outputs another, similar to Java's proxy mode. It implements some object decorators or interceptors in combination or other ways.To sum up, React HOC is essentially a function. T ...

Added by shibiny on Wed, 19 Jan 2022 16:50:47 +0200

Animation principle replay

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface Tip: Here you can add the general contents to be recorded in this article: For example, with the continuous development of artificial intelligence, machine learning technology is ...

Added by SevereSoldier on Wed, 19 Jan 2022 16:38:29 +0200

Three stages of Java learning - VUE classroom

0 HBuilderX modify comments Path: root directory \ plugins \ theme default \ themes \ default File name: default XML file Modify color: 1. Getting started with Vue 1.1 what is Vue Vue (pronunciation / vju) ː/, Similar to view) is a progressive framework for building user interfaces. Unlike other large frameworks, Vue i ...

Added by zaneosak on Wed, 19 Jan 2022 14:45:48 +0200

Interview summary, overall process and technical problems

*** Describe yourself and your work experience (self introduction) Self introduction: prepare well before the interview and express it fluently and methodically during the interview. It should be a bonus. Background: 1. The interviewer has time to read your resume only when you introduce yourself. There are too many people to watch a ...

Added by hismightiness on Wed, 19 Jan 2022 14:24:55 +0200

July 12, 2021 - preliminary review of JavaScript

javaScript Basics 1, Learn what JavaScript is JavaScript (JS for short) is a lightweight, interpretive or just in time programming language with function priority. Although it is famous as a scripting language for developing Web pages, it is also used in many non browser environments. JavaScript is a dynamic scripting language based on pr ...

Added by VDarkAzN on Wed, 19 Jan 2022 14:15:04 +0200

VUE learning notes (final)

13, Sending requests using Axios13.1 what is AxiosAxios is an open source asynchronous communication framework that can be used in browser and NodeJS. Its main function is to realize AJAX asynchronous communication. Its functional features are as follows:Create XMLHttpRequests from the browserFrom node JS create http requestPromise API supporte ...

Added by stuart7398 on Wed, 19 Jan 2022 11:20:17 +0200

Front end case: my memo (supports the addition, deletion and modification of events, and the code is complete)

This case does not use any framework. It is implemented using js native and DOM operation. The code is complete and can be copied and used immediately. catalogue 1, Case effect 2, Key points involved 1. Event monitoring 2. DOM node operation (1) Common node acquisition methods (2) Common node information acquisition methods (3) Common ...

Added by Brokenhope on Wed, 19 Jan 2022 10:09:59 +0200

Teach you the basics of html series hand in hand

preface The company doesn't have any demand for android projects recently. It's interesting to have nothing to do to prepare to learn the front-end things. After all, now the company wants T-shaped talents. This series of notes is a record of some important things I think in writing front-end code, so that it can be used as a tutorial later. A ...

Added by kumarrana on Wed, 19 Jan 2022 09:40:08 +0200