VUE Express (Basic)

1. Vue Environment Setup and Creation Project You first need to install nodejs. # Check if nodejs are installed successfully (vue does not require a high nodejs version as long as v10+ node -v # The package management tool of nodejs is npm, and the mirror cnpm of NPM is the national endoscope UTF-8...

Posted by abhishekphp6 on Thu, 13 May 2021 01:54:22 +0930

vhr project notes

The project uses the front-end and back-end separation for development, springboot+vue idea+webstorm Back end project https://gitee.com/Darlene0354/vhr_project Front end project https://gitee.com/Darlene0354/vuehr Prepare vhr database, execute vhr script, vhr.sqlmaven project dependency importMUTF-8...

Posted by nova on Thu, 13 May 2021 02:54:03 +0930

Spring-jt-Day10-VUE routing node.js

Copyright notice: This article is the original article of shining sun, following the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this notice for reprint. Link to the original text: https://blog.csdn.net/qq_16804847/article/details/116695300 1 VUE routing mechaniUTF-8...

Posted by Anim9or on Thu, 13 May 2021 06:19:20 +0930

Personnel Project (login page)

Personnel Project (login page) 1. About environment variable-port configuration vue.config.js is a vue project-related configuration file for compiling, configuring, packaging, and starting services. Its core is webpack Setting proxy in vue.config.js devServer: { proxy: { '/api' : { target: 'TaUTF-8...

Posted by Josh1billion on Thu, 13 May 2021 06:40:43 +0930

Vue2 source code analysis: MVVM bidirectional binding 1 - responsive principle (data observation / response)

Vue2 source code analysis: MVVM bidirectional binding 1 - responsive principle (data observation / response) preface The previous one talked about it Vue source code analysis: a comprehensive analysis of life cycle hook After going through the behavior and sequence of the whole Vue instance in UTF-8...

Posted by Karamja on Fri, 14 May 2021 03:50:11 +0930

It's not a dream to compile a set of code into 10 platforms. Seeing is believing (the most detailed explanation of uni APP) (with the second supplement)

Framework overview 1. Overview of uni app uni-app It's a use Vue.js Development of all front-end application framework, developers write a set of code, can be published to iOS,Android,Web(And various small programs (wechat)/Alipay/Baidu/Headlines/QQ/Nailing/Taobao), fast application and other pUTF-8...

Posted by tapupartforpres on Mon, 17 May 2021 04:45:42 +0930

Basic use of webpack

webpack.config.js packaging syntax Meaning of slash '/' In the configuration, "/" represents the url root path For example: http://localhost:8080/dist/js/test.js http://localhost:8080/ Path in node attributedescribe__dirnameReturns the absolute path of the folder where js is executed__filenameRUTF-8...

Posted by nonexist on Mon, 17 May 2021 05:45:19 +0930

Virtual dom and diff algorithm in vue

1. Virtual DOM JS engine is fast to execute JS code, which is much faster than operating real DOM directly. Data change > virtual DOM (calculation change) > operation of real DOM > View update In the era of jquery, data change > operation of real DOM > View update is a direct operation of realUTF-8...

Posted by gray8110 on Tue, 18 May 2021 03:10:43 +0930

Vue e e-commerce management system - login interface

1. Build Vue by visual operation_ Shop project.2. Establish a code cloud remote warehouse, address: https://gitee.com/tyoubin_admin/vue_shop.git3. Download nodejs background project, address: https://gitee.com/tyoubin_admin/vueShop-api-server.git4. Use token to solve cross domain problems SinceUTF-8...

Posted by bryan52803 on Tue, 18 May 2021 04:40:33 +0930

Vue's v-model instruction and method binding execution sequence lead to the problem of untimely data update

Vue's v-model instruction and method binding execution sequence lead to the problem of untimely data update In the actual vue project development, we may encounter the problem that the bidirectional binding data of v-model instruction is not synchronized with the callback data of label binding UTF-8...

Posted by niki on Tue, 18 May 2021 06:45:45 +0930