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

  • uniapp implements table sorting
    uniapp implements table sorting
    With the rapid development of mobile Internet, the development of mobile web applications has received more and more attention. What follows is that the requirements for development efficiency are getting higher and higher. As a development framework based on Vue.js, Uniapp can develop applications for multiple platforms such as WeChat, Alipay, App Store, and Baidu at the same time. It has become a popular choice in mobile development. This article will introduce how to use Uniapp to implement table sorting. 1. Preparation Before starting to write code, you need to install uni-app-cli and
    uni-app 2123 2023-05-21 22:10:35
  • uniapp jump page passes a large number of parameters
    uniapp jump page passes a large number of parameters
    With the development of the mobile Internet, small programs and H5 applications are gradually emerging in various scenarios, and uniapp, as a development framework that can adapt to multiple platforms at the same time, has great advantages in cross-terminal development. However, if uniapp needs to pass a large number of parameters when jumping to the page, it may encounter some problems. The following will introduce the solution of transferring a large number of parameters to the uniapp jump page based on actual needs. 1. Problem background In actual projects, we may encounter a scenario where when jumping from one page to another, we need
    uni-app 2848 2023-05-21 22:04:06
  • What ui does uniapp use?
    What ui does uniapp use?
    With the rapid development of the mobile Internet, more and more developers are beginning to consider using cross-platform technology for mobile application development. As a cross-platform development tool that integrates multiple mainstream mobile frameworks, UniApp has received widespread attention and use. It can run on multiple platforms such as iOS, Android, Huawei, and mini programs at the same time after one development. The selection of UI component library in UniApp has become the focus of many developers' attention and scrutiny. Under the current UniApp platform, the mainstream UI component libraries are: 1. MUI
    uni-app 1662 2023-05-21 21:41:35
  • Alibaba icon library cannot be used in uniapp app
    Alibaba icon library cannot be used in uniapp app
    With the rise of mobile applications, more and more developers are choosing to use open source tools to quickly develop high-quality mobile applications. Among them, uniapp is a very popular open source framework that allows developers to develop applications based on multiple platforms at the same time. However, when using uniapp to develop applications, some developers may encounter some problems, such as the problem that the Alibaba icon library cannot be used. In uniapp, Alibaba Icon Library is a very popular icon library that contains thousands of vector icons, which can be easily used to develop applications. Ran
    uni-app 1267 2023-05-21 21:31:06
  • How to package uniapp
    How to package uniapp
    With the development of mobile Internet, more and more enterprises and individuals are beginning to pay attention to the development and promotion of mobile applications. I believe that many developers have chosen uniapp as their development framework because it can write code once and support multi-end operation at the same time. However, the developed uniapp needs to be packaged before it can be converted into a final usable APP. This article will introduce the packaging process of uniapp in detail. 1. Preparation work before packaging 1. Install WeChat developer tools. Uniapp packaging relies on WeChat developer tools by default. Therefore, you need to install WeChat locally first.
    uni-app 4920 2023-05-21 21:18:36
  • How to introduce js files in uniapp
    How to introduce js files in uniapp
    As Uniapp continues to grow and develop, more and more developers are beginning to use it to develop cross-platform applications. During the development process, sometimes you may need to introduce some js files written by yourself. This article will introduce how to introduce js files using Uniapp. 1. Introduce js files into the page 1. Find the page where the js file needs to be imported in the pages directory (for example: index.vue) 2. In the script tag of the page, use the following code to introduce the js file: ```import xxx fr
    uni-app 6033 2023-05-21 21:16:35
  • How to add vertical scroll bar in uniapp
    How to add vertical scroll bar in uniapp
    With the development of mobile applications, vertical scroll bars have become an integral part of our daily lives. In traditional web development, we can easily add vertical scroll bars to facilitate users to view and operate content. But, how to add vertical scroll bar for users in mobile app development? This article will introduce to you how to add vertical scroll bars in uniapp. uniapp is a cross-platform development framework that can quickly develop applications that support multiple platforms at the same time. uniapp is developed based on vue, so it can be used
    uni-app 2648 2023-05-21 21:02:37
  • uniapp js sets element size
    uniapp js sets element size
    With the increasing popularity of mobile applications, front-end developers need to set different element sizes for different mobile devices. Using uniapp js to set element size is a very effective method. This article will introduce how to set element size using uniapp js. 1. Use components and styles to set element sizes In uniapp, we can use components and styles to set element sizes. For example, we can use the view component to create a container, and then use the width and height properties to set the size of the container, as shown below
    uni-app 1265 2023-05-21 20:51:36
  • uniapp monitors whether gps is turned on
    uniapp monitors whether gps is turned on
    With the development of smartphone technology, GPS has become an essential device for people to travel. When developing mobile applications based on uniapp, it is sometimes necessary to determine whether the user has turned on the GPS function in order to call the relevant positioning API. This article will introduce how to monitor whether GPS is turned on in uniapp. 1. The principle of turning on GPS in uniapp In uniapp, the user's current location information can be obtained by calling the uni.getLocation(Object) interface. When calling this interface, if the GPS function is not turned on
    uni-app 2044 2023-05-21 20:47:36
  • uniapp jumps to the tabbar page
    uniapp jumps to the tabbar page
    With the continuous development of mobile applications, more and more developers are beginning to use uniapp, a cross-platform development framework, to build their own mobile applications. One of the most commonly used components in the uniapp framework is the tabbar component, which can display switching buttons for multiple pages at the bottom, allowing users to quickly navigate to different pages. However, sometimes we need to program the application to automatically jump to the tabbar page. In this case, we need to use some techniques to achieve it. This article will introduce how to jump to ta through programming in the uniapp framework
    uni-app 8235 2023-05-21 20:40:06
  • What backend management system does uniapp use?
    What backend management system does uniapp use?
    With the rapid development of mobile Internet, more and more enterprises are beginning to use mobile applications to improve productivity and user experience. However, developing a mobile app is not just about writing code, you also need to consider how to manage the data and backend of the app. Uniapp is a cross-platform development framework suitable for multiple platforms and can be used to develop applications for multiple platforms such as iOS, Android, and Web. However, when developing Uniapp applications, we need a backend management system that can manage the application data and background. Below, I will
    uni-app 1786 2023-05-21 20:36:06
  • How does uniapp obtain the parameters of the entry page?
    How does uniapp obtain the parameters of the entry page?
    With the popularity of mobile applications and the continuous deepening of mobile application architecture, developers need to constantly learn new technologies and applications, and discover problems and solutions in practice. With the rapid development of mobile application development technology, developers have to deal with various new technologies and frameworks, including using Uniapp to develop cross-platform applications. In this article, we will explore how to obtain the parameters of the Uniapp entry page. Uniapp is a cross-platform application framework developed based on the Vue.js framework, allowing it to run on multiple platforms
    uni-app 3147 2023-05-21 20:23:06
  • What is uniapp computed
    What is uniapp computed
    What is uniapp computed? In uniapp, we often need to format, calculate, filter and other operations on the data in the data. In order to facilitate the use and management of developers, uniapp provides the computed (computed attribute) feature. computed is a method of calculating new attribute values ​​from existing attributes in data. It uses functions to calculate some attributes and dynamically returns the calculation results. computed can cache calculation results, improve performance and make them more readable. comput
    uni-app 2959 2023-05-21 19:56:35
  • How to solve the problem that uniapp configuration meta does not take effect
    How to solve the problem that uniapp configuration meta does not take effect
    Preface Uniapp is a cross-platform application development framework based on Vue.js. Its development is simple and easy to use. It can quickly build iOS, Android and H5 pages and has become one of the important tools for mobile application development today. However, the development of cross-platform applications also brings some problems. For example, this article solves the problem that the uniapp page configuration meta does not take effect. I hope it will be helpful to readers. Problem description: Recently, some developers have reported that in H5 pages built using uniapp, m is configured
    uni-app 1242 2023-04-27 10:37:19
  • How about developing apps with uniapp?
    How about developing apps with uniapp?
    As mobile technology develops, mobile application development becomes more and more popular. However, developing a mobile application is not an easy task and requires consideration of many factors, such as development language, platform selection, performance optimization, etc. In recent years, uniapp, as a cross-platform development framework, has also been favored by developers and enterprises. So, how about uniapp developing apps? This article will introduce it from the following aspects. 1. Introduction to uniapp Uniapp, the full name is "Universal Application", is a
    uni-app 1567 2023-04-27 10:40:15

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