[gecko technology] front end mobile terminal and PC terminal adaptive solution, supporting vite packaging configuration

demandMobile terminal adaptationpc side adaptation (within a certain screen range)Implementation principleUsing amfe flexible and postcss px2rem dependency packages, PX is automatically converted to REM after the project is compiled, and the font size value of html will be changed dynamically according to the screen sizeIf you want to understan ...

Added by Kyrillos on Fri, 10 Dec 2021 12:02:58 +0200

uniapp hot update, farewell to cloud packaging

preface The project has always used uniapp to package apps, but every time it is released, tested or launched, it must use the official cloud packaging... There are size restrictions. Needless to say, the waiting time on Friday is longer than the packaging time, so I wonder if it can be hot updated? Just do it Research stage First, I ...

Added by CiPH on Thu, 09 Dec 2021 08:55:11 +0200

Common communication methods between pages in uni app

uni-app is a framework that uses vue.js to develop all front-end applications. Developers write a set of code that can be distributed to iOS, Android, Web (response), and various small programs (WeChat / Alipay / Baidu / headline /QQ/ pin / Taobao), fast application and other platforms. 1, Communication using url parameters Pass parameters fr ...

Added by aubeasty on Thu, 09 Dec 2021 04:11:06 +0200

Application of Vue router and navigation guard (concept of front-end routing)

catalogue Front end Routing & & back end routing Back end routing Front end routing vue-router Get started Nested Route Lazy loading of routes Navigation guard Complete navigation guard analysis process Global guard Route exclusive guard Component local guard Front end Routing & & back end routing   The function ...

Added by renaun on Wed, 08 Dec 2021 21:16:45 +0200

VUE learning diary VUE pdf package lacks worker.js, which makes pdf unable to preview

Project scenario: The front end realizes the pdf Online preview function, and the pdf returned in the later section is in the form of file stream Problem Description: The front end has realized the pdf Online preview function through Vue pdf, and the local test has passed. However, when it is deployed in the test environment after being p ...

Added by LordShryku on Wed, 08 Dec 2021 06:42:32 +0200

vue file upload component vue simple upload basic use and source code analysis, front and rear end separation, upload, slice upload and other processes

On the right side of the page, there is a directory index, which can jump to the content you want to see according to the titleIf not on the right, look for the left This article is suitable for students who have done full stack development. At least they need to be able to build the front and back-end environment of vue+spring boot and the ba ...

Added by amylisa on Wed, 08 Dec 2021 04:47:49 +0200

Vue template instruction

preface Over the past few years, I have been struggling in the it industry. Along the way, many have summarized some high-frequency interviews in the python industry. I see most of the new blood in the industry, and I still have all kinds of difficult questions for the answers to all kinds of interview questions or collection Therefore, I dev ...

Added by richie19rich77 on Wed, 08 Dec 2021 02:54:19 +0200

Knowledge summary of open source web framework django

Knowledge summary of open source web framework django (11) Account login Introduction to front page login.html file @submit.prevent #Block default commit You can use the v-cloak instruction to set styles that will be removed from the bound HTML elements at the end of Vue instance compilation. When the network is slow and the web page is ...

Added by jayjay960 on Wed, 08 Dec 2021 00:20:52 +0200

Vue foundation - component communication

Communication between vue components and parent-child components 1. How to use components 1.1 Global Component is mainly to improve code reusability and make code reusable. Components need to be registered before use. There are two methods to register components. One is global registration and the other is local registration. Vue.comp ...

Added by todd2006 on Wed, 08 Dec 2021 00:20:53 +0200

The product manager is unrestrained, and the form components can deal with it freely

The front-end table component is probably the most frequently used component in the pc side, and it is also the component that product managers (generally also deal with UE and ex) can toss about most. Fortunately, after many years of trials and tribulations, the form component has become the only technical point I dare to describe as proficie ...

Added by Termina on Tue, 07 Dec 2021 13:46:09 +0200