current location:Home > Technical Articles > Web Front-end > uni-app

  • How to implement uniapp pop-up box
    How to implement uniapp pop-up box
    With the popularity of mobile Internet, more and more people are beginning to use smartphones and tablets for online activities. Along with this, the demand for mobile app and web design is also increasing. UniApp is a cross-platform development framework that solves this problem. It provides a cross-platform development solution that can achieve a set of codes and the effect of running on multiple terminals, including but not limited to iOS, Android, H5 and other platforms. This article mainly discusses the pop-up box in the UniApp framework. In the UniApp framework, the pop-up box is one of the commonly used components. It can
    uni-app 14151 2023-04-23 17:22:13
  • How Uniapp encapsulates a network request that supports v3
    How Uniapp encapsulates a network request that supports v3
    With the continuous development and popularity of mobile applications, a large number of enterprises and individuals need to use network requests in the process of developing mobile applications. Network requests are a very important part of mobile applications. They allow the application to obtain the required data and support various functions of the application. During development, we wanted network requests to be fast, reliable, and easy to encapsulate and extend. In order to solve these problems, we can develop with the help of existing frameworks. Among mobile application frameworks, Uniapp is a very popular cross-platform application development framework. It is developed based on Vue and
    uni-app 1385 2023-04-23 17:19:44
  • Can uniapp use axios of vue?
    Can uniapp use axios of vue?
    With the increasing popularity of mobile applications, more and more developers are beginning to explore cross-platform development technologies. As a cross-platform development framework, Uniapp is favored by many developers. Vue is one of the main frameworks of Uniapp, and Axios is a popular HTTP library in Vue. So, the question is, can Uniapp use Vue’s Axios? The answer is yes! Uniapp has a built-in network request API called uni.request, which is very similar to Vue's Axios. Support both
    uni-app 3867 2023-04-23 17:18:21
  • How to use show hide animation in Uniapp
    How to use show hide animation in Uniapp
    Uniapp is a cross-platform application development framework that allows developers to write code once in one code base and then compile it into multiple different applications. In Uniapp, developers can use different animation effects to improve the experience and user-friendliness of the application, such as showing and hiding animations. This article will introduce how to use show-hide animation in Uniapp. 1. Show and hide animations In Uniapp, you can use the show and hide instructions to display and hide elements. The show command is used to display elements, and the hide command is used
    uni-app 2101 2023-04-23 17:17:29
  • Does the uniapp applet require login?
    Does the uniapp applet require login?
    With the rapid development of mobile Internet, WeChat mini programs have become an indispensable part of people's daily lives. Among WeChat mini programs, the uniapp mini program has also become one of the choices of many developers. In the uniapp applet, the login function is a very important function, but many users are worried about whether their personal information will be leaked when logging in, and they are also worried about the security issues they will face after successful login. So, whether to log in to the uniapp applet is an issue that cannot be ignored. The first thing to understand is that uniapp is small
    uni-app 1397 2023-04-23 17:16:28
  • How does Uniapp send page requests?
    How does Uniapp send page requests?
    Introduction With the rapid development of mobile Internet, mobile applications are receiving more and more attention. In order to make it easier for developers to develop applications that run on multiple platforms at the same time, Uniapp came into being. Uniapp is a cross-platform development tool developed based on the Vue.js framework. It can run on multiple platforms such as iOS, Android, H5, and mini programs. This article will discuss how in Uniapp, when we enter a certain page, Uniapp will send a page request. Uniapp
    uni-app 1103 2023-04-23 17:15:41
  • Can uniapp use ts?
    Can uniapp use ts?
    UniApp is a cross-end development tool based on the Vue.js framework, which allows developers to write code once and then use the compiler to convert the code into applications for multiple platforms such as WeChat mini programs, H5, and App. When making Uniapp, many front-end developers will consider using TypeScript (TS) for development. Can’t Uniapp use TS? In fact, UniApp can be developed using TypeScript. TypeScript is JavaScript
    uni-app 3392 2023-04-23 16:53:52
  • How uniapp uses jquery
    How uniapp uses jquery
    With the continuous development of mobile applications, uniapp has become an important development method at present. In uniapp, if you want to use jquery, you need to do some configuration and usage. This article will introduce in detail how to use jquery in uniapp. 1. Configure the jquery plug-in 1. Create a "lib" directory in the uniapp project to store the jquery plug-in. 2. Download the jquery plug-in and copy the jquery.min.js file to the lib directory. 3
    uni-app 3129 2023-04-23 16:12:45
  • How to use colorui of uniapp
    How to use colorui of uniapp
    With the continuous development of the mobile Internet, the mobile application market has shown a vigorous development trend, in which integrated development solutions based on multi-terminals have also been widely used and promoted. Uniapp, as a cross-end development framework, is widely used by many developers. ColorUI, one of Uniapp's UI frameworks, has also attracted much attention. But for novice developers, how to use ColorUI is still a difficulty. This article will introduce in detail how to use ColorUI. 1. What is ColorUIColorU
    uni-app 2988 2023-04-23 11:19:47
  • How to modify the status bar title in uniapp
    How to modify the status bar title in uniapp
    With the popularity of mobile applications, users have increasingly higher requirements for the UI experience of applications. Among them, the status bar is one of the first and most conspicuous parts that users come into contact with. In uniapp, we can modify the title of the status bar through some simple operations to improve the UI experience of the application. Next, this article will share the specific method of modifying the status bar title in uniapp. 1. Understand the status bar. The status bar refers to an area at the top of the screen that displays the phone's signal, network, time and other information. In iOS and Android systems, the display of the status bar
    uni-app 1422 2023-04-23 10:36:21
  • How to jump to external page in uniapp
    How to jump to external page in uniapp
    With the popularity of mobile applications, we increasingly need to jump to external pages in the application. This functionality also exists in uniapp. This article will introduce how to jump to external pages in uniapp. 1. API for jumping to external pages in uniapp In uniapp, use the uni.navigateTo() function to open a new page. It can jump to a page in uniapp or an external page. It accepts one parameter: URL. URL is a string, with http, ht
    uni-app 7396 2023-04-23 10:35:17
  • How many px is the full screen size of the uniapp page?
    How many px is the full screen size of the uniapp page?
    With the rapid development of mobile Internet, more and more websites and applications have begun to adapt to mobile devices. In this process, one problem developers must face is how to maintain a consistent display effect on the page on different devices. One of the key issues is how to achieve full screen page on different devices. This article will explore this issue from the perspective of uniapp. uniapp is a tool for developing cross-platform applications based on the Vue.js framework. It supports the development of multiple platforms, such as WeChat mini-programs, Alipay mini-programs, H5 pages, etc. Therefore, different
    uni-app 1853 2023-04-23 10:32:30
  • How to prevent the keyboard from disappearing when clicking a button in uniapp
    How to prevent the keyboard from disappearing when clicking a button in uniapp
    With the booming development of mobile Internet, more and more enterprises and developers are beginning to focus on developing mobile-based applications. As a new multi-terminal development framework, UniApp has become the choice of more and more developers. During the UniApp development process, we often encounter the need to click a button to make the keyboard disappear. This article will introduce how to prevent the keyboard from disappearing when clicking a button in UniApp to help developers better develop mobile applications. 1. Requirements Analysis During the use of mobile applications, users often need to pop up on the keyboard
    uni-app 1447 2023-04-23 10:31:41
  • What are the uses of uniapp
    What are the uses of uniapp
    UniApp is a cross-platform application framework developed based on the Vue.js framework. It allows developers to develop using Vue syntax and package applications into iOS, Android applications and various small programs. Now more and more developers are paying attention to UniApp and using it to develop applications. So, what are the uses of UniApp? 1. Cross-platform development Using UniApp can achieve one-time development and multi-terminal deployment. Developers only need to write one code and it can run on multiple platforms, such as iOS, Android
    uni-app 1282 2023-04-23 10:30:42
  • Does uniapp support es6?
    Does uniapp support es6?
    With the continuous development of front-end technology, Vue.js, as a popular JavaScript framework, is becoming more and more popular among developers. In the Vue.js ecosystem, Uniapp is also a cross-platform development framework that has attracted much attention. Uniapp is a cross-platform development framework based on Vue.js launched by DCloud, which can enable a set of codes to run on multiple platforms at the same time, including WeChat mini-programs, Baidu smart mini-programs, Alipay mini-programs, H5, APP, etc. So the question is, Uniapp supports E
    uni-app 1273 2023-04-23 10:29:14

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28