springboot+vue3.0+token security verification

catalogue 1, Explain When the front and back ends are completely separated, the general idea of implementing token verification in Vue project is as follows (too lazy to type. This part quotes the content of the blogger User login and token authentication in Vue project): 1. When logging in for the first time, the front end calls the ba ...

Posted by shadiadiph on Mon, 20 Dec 2021 02:51:27 +0100

Implement a mini Vue

mini-vue Implement a simple Vue js. To understand the principle of Vue response, mom doesn't have to worry that I won't use Vue anymore! The technology is not yet mature and only a small part of functions are realized-- 2020/08/27 Technical implementation reference Pull hook education "big front end high salary training camp" ...

Posted by aron on Sun, 19 Dec 2021 23:49:06 +0100

The front end can Preview pdf, word, xls, ppt and other files online

1. The front end realizes the online preview function of pdf files Method 1. pdf files can theoretically be previewed directly in the browser, but a new page needs to be opened. When you only Preview pdf files and the UI requirements are not high, you can preview them directly through the a tag href attribute <a href="Document address"> ...

Posted by FutonGuy on Sun, 19 Dec 2021 01:44:48 +0100

Vue3.0 knowledge re combing

1, General information of Vue3 More than 2 years of development, 100 + contributors, 2600 + submissions and 600 + PR Vue3 supports most of the features of vue2 Better support for Typescript Package size reduced by 41% Optimize the core library volume by shaking tree 55% faster for initial rendering and 133% faster for update rendering ...

Posted by bajangerry on Sat, 18 Dec 2021 23:40:48 +0100

Vue3.0 implements the native highly customizable menu component vue3 menu

vue3-menus Vue3.0 customize right-click menu Vue3.0 native implementation, fully customized right-click menu components, zero dependency, can automatically adjust the display position according to the visual area, and can support the slot to completely rewrite each menu Project address GitHubGitee Online demonstration Full menu function d ...

Posted by webaddict on Sat, 18 Dec 2021 15:36:33 +0100

Using Vue JS build VS Code extension

Using Vue JS build VS Code extension Visual Studio (VS) Code is one of the favorite code editors used by developers in their daily tasks. It is built with scalability in mind. To some extent, most of the core functions of VS Code are built as extensions. You can view the VS Code extension repository( https://github.com/microsoft/vscode/tree/ ...

Posted by osusano on Fri, 17 Dec 2021 17:32:57 +0100

Record various pits encountered in a uniapp project

Recently, uniapp has made a project: the effect is shown in the figure: the applet and h5 effect are basically the same                                              It mainly involves the following functions: 1 waterfall flow layout, 2 pull up to load more 3. Click picture preview ui framework -: uview ----------------------------- ...

Posted by Ghettobusta on Fri, 17 Dec 2021 15:38:29 +0100

Get data from axios get_ Solve the problem that the page in Vue successfully renders data undefined

preface This title is not easy to take. This article requires the following knowledge: https://zhuanlan.zhihu.com/p/260811233​zhuanlan.zhihu.com Problem description One of my recent functional requirements is to obtain the json file stored in COS through axios and render it to the page at the same time. The problem is ...

Posted by nadeemshafi9 on Fri, 17 Dec 2021 00:50:13 +0100

axios request interceptor & response interceptor

1, Interceptor introduction Generally, when using axios, the interceptor function will be used, which is generally divided into two types: request interceptor and response interceptor. request interceptor Before sending the request, perform necessary operations, such as adding a unified cookie, adding authentication to the request body, sett ...

Posted by devx on Thu, 16 Dec 2021 21:23:48 +0100

less overrides the Message width of the ElementUI

less overrides the Message width of the Element UI Because the Element UI is used on the mobile phone, it is inevitable to use the Message component of the Element UI. However, most of the Message components can't be displayed completely, which is very ugly (as shown below), so I want to cover the Message style. After looking around the Intern ...

Posted by LordShryku on Thu, 16 Dec 2021 07:05:50 +0100