Application of render function in Vue

Preface Because we have recently taken over maintenance of an ivew-based project, many custom functions are included in the new module, so render functions are used extensively; so we summarize them.. About render functions, the official documents also provide a more detailed description: render function: https://cn.vuejs.org/v2/guide... ; com ...

Posted by Darrel on Sat, 28 Sep 2019 09:31:05 -0700

HooX: Hook-based React State Management Tool

Why Make Wheels hook self-contained wheel halo I won't go into react hook much. Hook provides the ability to abstract state, which naturally leads to the idea that global state can be extracted based on hook. Because of its inherent wheeled aura, many hook-based state management tools have emerged in the community, such as those developed by t ...

Posted by anto91 on Thu, 26 Sep 2019 23:06:11 -0700

Create a single-page Vue application from Laravel

The article was forwarded from the professional Laravel developer community with the original link: https://learnku.com/laravel/t... We will continue to build our Vue SPA using Laravel by demonstrating how to load data asynchronously before vue-router enters a route. Before Create a Vue single page application from Laravel (2) The UsersIndex ...

Posted by davinci on Thu, 26 Sep 2019 19:07:27 -0700

On the implementation of VUE-based input search function in front-end without background interface

emmm... Because the building owner's big four dog s are ready to be set up, there is no backstage interface and the required functions should be simulated as much as possible, so the input box search function of the pure front end can be realized by using the vue hand code. --(Input Search Function of N ...

Posted by coder_ on Thu, 26 Sep 2019 06:25:23 -0700

vue-cli3 project from scratch to docker deployment

1. Create a vue project 1.1 Install @vue/cli # Global installation of vue-cli scaffolding npm install -g @vue/cli Copy code Wait until the installation is complete to start the next step 1.2 Initialization Project vue create vue-cli3-project Choose a Presupposition You can choose the default default, which includes babel,eslint We ch ...

Posted by shadysaiyan on Wed, 25 Sep 2019 03:55:05 -0700

The @change event under vue

The owner of the building recently practiced vue in the project, and encountered some pits during the project. Now record it. First up code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <script src="v ...

Posted by spectacularstuff on Tue, 24 Sep 2019 20:39:25 -0700

Vue Koa Builds ACM OJ

It took me more than two months. lazzzis Completed the second version of Putong OJ, because in the middle of the busy spring recruitment and graduation design, the project was officially launched recently. Project Online Address: http://acm.cjlu.edu.cn/ Project Front End Address: https://github.com/acm3 ...

Posted by mazsolt on Tue, 24 Sep 2019 20:29:17 -0700

Spring Boot Vue Element Initial Practical PowerDesigner Database Modeling

This blog is originally created by the author. It is forbidden to reprint without permission. Please respect the originality! If you have any questions, please contact QQ509961766. (1) Demand There are three roles: student and teacher, super administrator. Teachers can edit student information, comp ...

Posted by phice on Mon, 23 Sep 2019 23:37:43 -0700

Use of SpringBoot Admin

Spring Boot Actuator provides the monitoring of a single Spring Boot application. The information includes application status, memory, threads, stacks, etc. It comprehensively monitors the whole life cycle of Spring Boot application. But there are also some problems in such monitoring: first, all monitoring needs to call a fixed interface t ...

Posted by sac0o01 on Mon, 23 Sep 2019 01:56:34 -0700

vue mobile project caching problem practice

Recently, when I was working on a vue mobile project, I was overwhelmed by the caching problem and accumulated some experience. In summary of this record, it should be a review of recent project issues. First describe the problem scenario: Page A - > Page B - > Page C.Assume that page A is a list ...

Posted by DanielStead on Sun, 22 Sep 2019 18:46:50 -0700