Customize the layout of personal microblog
Take personal blogs for example, Blog address Preparation install $ npm install -g hexo-cli Initialization $ hexo init <folder> $ cd <folder...
Configuration of axios in nuxt
Need npm axios? At the beginning, I thought that npm axios was needed, just like the common vue SPA development, and this way could work. But it is n...
Vue element UI vuex for skin switch
1. install sass npm install --save-dev sass-loader npm install --save-dev node-sass 2. Add configuration in the rules of webpack.base.conf.js under t...
Node connects MySQL and encapsulates its addition, deletion, query and modification
Node connects to mysql In this note, the connection between node and mysql will be introduced, and the encapsulated code will be shared, which can be ...
[Express learning notes-1] quick start
I. Basic Concepts Express is a simple and flexible node.js Web application framework, which provides a series of powerful features to help you create ...
Release npm package step pit
Yesterday, I tried to release npm package. I ran into a problem. Please record it. First, npm account must be registered Using npm adduser command npm...
The View layer of the basis of Sails - Assets
The assets directory is the directory where the front-end static resources are placed under the application of Sails, such as js, css, image, etc. Dy...
Automatic deployment of front-end based on vue cli, automatic backup of index.html, version returnable
Expect: Hope to realize remote server deployment through npm command Deployment includes test environment and production environment Before packaging ...
demo of a simple express+jade+mysql+bootstrap+nodejs
Nodejs With the rapid development of Nodejs, the hottest framework for Nodejs construction is not express. Github It can be proved by 32 K star. Let&#...