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

  • Is uniapp domestic?
    Is uniapp domestic?
    Uniapp is a cross-platform application development framework developed based on Vue.js. It can quickly convert Vue.js code into applications for multiple platforms such as iOS, Android, and Web. This framework was developed by the DCloud team, a company located in Guangzhou, China. Therefore, Uniapp is a cross-platform application framework developed by Chinese companies. The advantage of the Uniapp framework is that it provides a development experience similar to writing web applications. Developers just need to learn V
    uni-app 922 2023-04-27 09:23:04
  • How to encapsulate jump method in uniapp
    How to encapsulate jump method in uniapp
    In the process of developing uniapp applications, you often need to jump to different pages, such as entering the login page, personal center page, etc. In order to facilitate development, we can encapsulate a jump method to uniformly manage page jumps. This article will introduce how to encapsulate the jump method in uniapp. 1. Encapsulated jump method 1. Create a new util.js file to store the encapsulated method, and define a method named navigateTo in the file. This method receives two parameters, the first parameter is the target page path, and the second parameter is the desired
    uni-app 1343 2023-04-25 11:12:10
  • Explain the limitations of uniapp in music APP production
    Explain the limitations of uniapp in music APP production
    With the rapid development of mobile Internet, music APP has become a hot demand in the market. Developers who try to use uniapp to make music apps may encounter some difficulties. This article will explain the limitations of uniapp in music APP production, as well as the causes of problems and possible solutions. 1. Advantages and Disadvantages of uniapp Uniapp is a cross-platform development tool based on the Vue.js framework, designed to improve the development efficiency of mobile applications. Its advantages include: 1. Cross-platform: uniapp can integrate Vue.j
    uni-app 1323 2023-04-25 11:16:16
  • How to implement side-swipe deletion function in uniapp
    How to implement side-swipe deletion function in uniapp
    In recent years, the user experience of mobile applications has become an area that designers and developers pay more and more attention to. Using a smooth, easy-to-use interface becomes the key to an app winning over users. As part of the user experience, sliding to delete can make application operations more convenient and allow users to find the content they need more quickly, so it is often used in various applications. This article will introduce how to implement side-swipe deletion in uniapp. 1. Background uniapp is a cross-platform development tool based on the Vue.js framework. By using unia
    uni-app 2646 2023-04-25 11:18:20
  • Is there any mobile software that can write uniapp?
    Is there any mobile software that can write uniapp?
    In recent years, the Uni-app framework based on Vue.js has been favored when developing cross-platform applications (such as iOS, Android, Web, etc.) and is widely praised for its convenience and efficiency. So, as a developer, what mobile software do we need for Uni-app development? In this article, the author will introduce you to several excellent mobile software. 1. HBuilderX The first thing recommended is HBuilderX, which is an essential development tool for Uni-app development. HBuilderX is DCl
    uni-app 1682 2023-04-25 11:20:42
  • Can uniapp make mini games?
    Can uniapp make mini games?
    Can uniapp make mini games? Uniapp is a cross-platform development tool. It can use Vue.js syntax to create mobile applications and publish them to different application stores, such as App Store, Google Play and Huawei App Market. With the continuous development of game development, the uniapp platform has also begun to emerge and has become an excellent small game production tool. But, can uniapp make small games? This is a very important question for game producers who want to use this platform.
    uni-app 3019 2023-04-25 11:24:16
  • How to change the app logo in uniapp
    How to change the app logo in uniapp
    With the development of mobile Internet, more and more enterprises and developers have begun to use APP as one of the main ways to interact with users. The APP logo has become one of the important components of the corporate brand image. However, when using the UniApp framework to develop APPs, many developers may encounter the problem of changing the APP logo. This article will introduce you how to easily change the APP logo in UniApp. 1. Preparation work Before starting to change the APP logo, we need to prepare some basic materials. First is the APP
    uni-app 3021 2023-04-25 11:29:47
  • How to deploy Uniapp online
    How to deploy Uniapp online
    Uniapp is a set of cross-platform development tools that allows developers to develop applications for multiple platforms such as iOS, Android, and H5 at the same time through one set of code. After the development is completed, how to put the application online and deploy it is a very important link. This article will introduce how to deploy Uniapp online. 1. Preparation work Before deploying the application online, some preparation work is required, including: 1. Apply for AppID and certificate. Whether it is iOS, Android or H5, you need to apply for the corresponding App.
    uni-app 3392 2023-04-25 11:32:19
  • How to publish Uniapp project to Enterprise WeChat
    How to publish Uniapp project to Enterprise WeChat
    With the development of mobile Internet, Enterprise WeChat has become an important tool for internal communication in many companies. Pushing company business and information on corporate WeChat has become an essential skill for most companies. In recent years, with the rapid development of mobile terminal technology, Uniapp has become the first choice for many enterprises in mobile terminal development. So, how to publish the Uniapp project to Enterprise WeChat? Let’s take a look at the detailed steps below. 1. Prerequisites Before publishing Uniapp to Enterprise WeChat, you need to prepare the following prerequisites: 1. Apply
    uni-app 2672 2023-04-25 11:38:16
  • Let's talk about how to define native methods in uniapp
    Let's talk about how to define native methods in uniapp
    uniapp is a cross-platform development framework based on the Vue.js framework. It can help developers convert Vue.js code into native applications or web applications. In uniapp, defining native methods is very simple. This article will introduce how to define native methods in uniapp. 1. Steps to define native methods in uniapp In uniapp, defining native methods requires the following steps: 1.1 Define method name and parameters First, you need to define the name of the native method to be created and the parameters it requires. if you want
    uni-app 977 2023-04-25 13:41:46
  • Is UniApp native or Webview based?
    Is UniApp native or Webview based?
    UniApp is a cross-platform development framework based on Vue.js. It can help developers quickly build applications that support multiple platforms simultaneously based on code written once. During the use of UniApp, many developers will wonder, is UniApp native or based on Webview? This article will answer this question in detail. First, we need to understand what native applications and Webview applications are. Native applications refer to programs built on mobile devices by writing native code. Users can
    uni-app 1823 2023-04-25 13:47:44
  • Detailed introduction to the method of customizing tabbar style in uniapp
    Detailed introduction to the method of customizing tabbar style in uniapp
    uniapp is a cross-platform development framework that allows developers to quickly build applications for multiple platforms using Vue syntax. Among them, the tabbar component that comes with uniapp can easily implement the function of the bottom navigation bar, but the default style may not meet our needs, so we need to customize the tabbar style. Below I will introduce in detail how uniapp customizes the tabbar style. 1. Create a tabBar.vue component in the components directory of the uniapp project.
    uni-app 4785 2023-04-25 13:50:21
  • How does uniapp implement the function of opening screen advertisements?
    How does uniapp implement the function of opening screen advertisements?
    With the rapid development of mobile Internet, open-screen advertising has become an important form of mobile advertising and marketing. As the app’s welcome page, open-screen ads can not only increase the app’s exposure, but also help build the brand’s image and retain users. In mobile terminal development, the uniapp framework can be used to quickly implement multi-terminal adaptation, which greatly facilitates the work of developers. Next, this article will introduce how to use the uniapp framework to implement the function of open-screen advertising. 1. Requirements analysis Before developing open-screen advertising, we need to clarify the development requirements. Generally speaking,
    uni-app 4058 2023-04-25 13:52:04
  • Why does the input box in uniapp not pop up the keyboard by default?
    Why does the input box in uniapp not pop up the keyboard by default?
    As mobile applications continue to be updated and iterated, developers are constantly exploring new technologies and tools to improve development efficiency and user experience. Among them, Uniapp, as a cross-platform application development framework based on the Vue.js framework, has attracted more and more developers' attention and use. However, in the process of developing applications using Uniapp, some developers reported that they encountered some troubles. For example, the input box in Uniapp does not pop up the keyboard by default. So why does this happen? how should I solve this? Why does the input box not pop up the keyboard by default?
    uni-app 3460 2023-04-25 13:54:59
  • How to jump to a specified location in uniapp
    How to jump to a specified location in uniapp
    UniApp is a cross-platform development framework that can be used to quickly build highly reusable mobile applications. In UniApp, we can jump and locate between different pages through some simple methods. In this article, I will introduce to you how UniApp jumps to a specified location. In UniApp, you can use the $router.push and $router.replace methods provided by vue-router to implement the jump. Both methods can take params (parameters) and
    uni-app 2151 2023-04-24 15:25:07

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