Hexo next blog building

Title: hexo with GitHub to build a blog, using nexT theme date: 2021-04-26 19:21:20 categories: - [interest, website, Blog] tags: - Hexo - Git password: top: 100 typora-root-url: .. Hexo blog building Hexo is a static blog framework based on Node.js, which iUTF-8...

Posted by PandaFi on Mon, 17 May 2021 02:25:21 +0930

The front and back platforms of vue deployment project are completely guided from zero to realize simple login and jump

Recently, the author is doing some vue development work, want to deploy the environment, found a lot on the Internet, but there are many mistakes, so I integrated all the process, as well as some of my own experience, completely from scratch and including the front and back of the tutorial, welUTF-8...

Posted by unixmiah on Wed, 14 Jul 2021 04:09:24 +0930

Solution to node sass installation failure

Original text: Why does node sass always fail to install? Author: Li Pinghai Node sass is a very common dependency package in our development. It is also the most common dependency with lengthy installation time and error reporting. There are many reasons why node sass installation fails. BeforUTF-8...

Posted by aim25 on Wed, 22 Dec 2021 19:22:20 +1030

idea modifies the thingsboard front-end page, packages it into npm, and publishes it to centos for operation

The purpose of this article is to simply modify the UI of thingsboard and republish npm to centos. Version introduction: thingsboard version: 3.2 two java version: 11 [root@km1 ~]# java --version openjdk 11.0.12 2021-07-20 LTS OpenJDK Runtime Environment 18.9 (build 11.0.12+7-LTS) OpenJDK 64-BiUTF-8...

Posted by nilansanjaya on Sat, 25 Dec 2021 13:10:23 +1030

[Vue] scaffold, ref, props, mixin, plug-in, scoped style

Welcome to learn and communicate!!! Updating continuously 1. Scaffold Vue scaffold is a standardized development tool (development platform) officially provided by Vue.The latest version of Vue scaffold is 4 x. file: https://cli.vuejs.org/zh/Vue scaffolding is simply called CLI (command line inUTF-8...

Posted by tskweb on Wed, 29 Dec 2021 12:33:12 +1030

Webpack 5 learning notes (basic part III) -- webpack basic installation and packaging

Before installing webpack, we need to install node first, because webpack is built on node JS. 1. Install node js Use node JS the latest long term support Version (LTS - Long Term Support) is an ideal start. With older versions, you may encounter various problems because they may lack webpack fUTF-8...

Posted by tcollie on Thu, 30 Dec 2021 05:52:42 +1030

Detailed explanation of common npm commands

What is npm The full name of NPM is Node Package Manager. It is a package management and distribution tool installed with NodeJS. It is convenient for JavaScript developers to download, install, upload and manage installed packages. npm install install module Basic grammar npm install (with noUTF-8...

Posted by chrisprse on Sun, 02 Jan 2022 01:56:27 +1030

How to publish an npm application- Know

preface We need to install all kinds of npm every day. How do we publish npm to the remote warehouse? Understanding the process of npm from coding to push ing to npm warehouse will help us debug npm packages better. Next, take a JSON tree diff package I wrote as an example to show the process fUTF-8...

Posted by sbroad on Thu, 20 Jan 2022 13:39:10 +1030

vue plug-in publishes to NPM (message pop-up plug-in)

vue plug-in publishes to NPM (message pop-up plug-in) 1, Demo description This presentation is about a plug-in that uses vue to publish its own - custom message song. This is a simple message pop-up plug-in (preparing for the practice of publishing the next heavyweight plug-in "custom form". LeUTF-8...

Posted by Denholm on Fri, 21 Jan 2022 03:05:56 +1030

A passage quickly takes you to node JS and third-party modules

1.Node.js foundation and built-in modules See the previous document for details: A passage takes you to get started node JS and built-in module (I) Node.js third-party module npm download tool It is a module that has been developed by others on the Internet. We can directly use it for referenceUTF-8...

Posted by fatbobo on Sun, 23 Jan 2022 22:59:34 +1030