Front End Learning Miscellaneous Notes

Large Front End Interpretation 1. Node.js Node.js is JavaScript running on the server sideNode.js is a time-driven I/O server JavaScript environment. Based on Google's V8 engine, the V8 engine executes JavaScript very quickly and performs very well. Quick Start for Node.js The browser's core coUTF-8...

Posted by BigBadKev on Wed, 06 Oct 2021 23:04:31 +0530

Build your own scaffold from 0

This article is to build a scaffold from the perspective of npm on the premise of having a framework of its own The release process is not explained, and it is released by itself Project address and npm address are at the end of the text step Create projectDevelop scaffolding commandsThe consolUTF-8...

Posted by wshost on Thu, 14 Oct 2021 02:35:36 +0530

200 lines of code to achieve an efficient cache Library

These two days cacheables Cache library, I think it's very good. Share with you the summary of the source code I've read.1, Introductioncacheables, like its name, is used for memory caching. Its code is only about 200 lines (without comments). The official introduction is as follows:A simple meUTF-8...

Posted by mr_mind on Sun, 31 Oct 2021 18:52:20 +0530

vue starts from installation, project creation, and simple cross domain request processing

First, list what we need next: node.js environment (npm package manager) Vue cli scaffold construction tool Taobao image of cnpm npm 1) Install node.js from node.js official website Download and install node The installation process is very simple. Just click next After installation, we open thUTF-8...

Posted by dhillarun on Mon, 01 Nov 2021 23:16:03 +0530

vue3.x one set of code packaging multi environment multi project

Version number: vue/cli: 4.5.12 node: v14.15.3 npm: 6.14.9 demand Code multi environment packaging is very common. Let's talk about multi project packaging directly:Multi project packaging is a set of code, which is only different from logo, partial style, title, etc.If there are several sets UTF-8...

Posted by at0mic on Mon, 08 Nov 2021 23:32:30 +0530

Summary of npm stepping on pits

Sadly, I have basically encountered all the problems...... 1, npm installation dependency failure Problem Description: Error message: unbuild: SIL gentlyrm target inParent = false There will be a long stay in the future Problem solving: delete the entire node_modules, re npm install 2, Error inUTF-8...

Posted by Copyright on Tue, 08 Mar 2022 09:47:05 +0530

Solve the problem of npm ERR code 128 Permission denied in npm install

catalogue npm install reports an error Final plan Processing process Initial git configurationDirect npm installOnline schemeCheck git official website He has been engaged in java development. In the past, there was a special front-end responsible for vue. Recently, the front-end is not in placUTF-8...

Posted by Zag0r on Thu, 10 Mar 2022 09:07:45 +0530

Raspberry pie 4B 8G installation log - hardware control

1, Introduction to basic hardware For the most authoritative and detailed information, please refer to the official website: Raspberry pie official website Raspberry pie provides a set of external IO interfaces called GPIO (general purpose input / output). Its 40 feet are defined as follows: ThUTF-8...

Posted by 2705ap on Fri, 11 Mar 2022 18:46:17 +0530

Setting up Vue cli development environment under Window s

I. Nodejs installation (green version) Simply put, node JS is the JavaScript running on the server. Node.js is a platform based on Chrome JavaScript runtime. Node.js is an event driven I/O server JavaScript environment. It is based on Google's V8 engine. The V8 engine executes JavaScript very fUTF-8...

Posted by Brudus on Thu, 17 Mar 2022 10:33:25 +0530

Use vue-cli (vue scaffolding) to quickly build projects

vue-cli is an officially released vue.js project scaffolding. Using vue-cli, you can quickly create vue projects. This article will introduce the entire construction process from a practical point of view. 1. Preface to avoid pits In fact, the process of using vue-cli this time was not smooth. UTF-8...

Posted by t2birkey on Thu, 12 May 2022 18:43:51 +0530