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

  • uniapp login jump page
    uniapp login jump page
    With the development of mobile applications, many developers choose to use uniapp for application development. A major feature of uniapp is that it supports cross-platform, which not only improves development efficiency, but also makes application operation and maintenance simpler and more convenient. In uniapp applications, the login jump page is a common function. Let's discuss the specific steps on how to implement the uniapp login jump page. 1. First create a login page. You can use the template provided by uniapp, or you can write your own code to implement it. 2. On board
    uni-app 729 2023-05-25 21:08:35
  • An error occurred when vuecli created uniapp
    An error occurred when vuecli created uniapp
    In recent years, the Vue.js framework has become one of the preferred frameworks for front-end development due to its excellent performance, modular development approach and ease of use. Based on Vue, Uni-app can build specialized mini programs and H5 applications at the same time, bringing more convenience and efficiency to developers. However, when using Vue-cli to create a Uni-app project, some errors sometimes occur. This article will focus on this topic.​ First, let’s take a look at how to use Vue-cli to create a Uni-ap
    uni-app 1690 2023-05-22 21:39:08
  • uniapp prohibits manual sliding of views
    uniapp prohibits manual sliding of views
    Preface uniapp is a cross-end development framework that allows you to use Vue syntax to develop small programs, H5 and APPs, allowing developers to develop cross-platform applications more efficiently. But when using uniapp to develop small programs, you may encounter some problems. This article introduces how to disable manual sliding of views in mini programs. Problem Description When developing small programs in uniapp, sometimes it is necessary to implement a sliding effect in the view. In order to achieve this effect, we usually use scrollview and place it in a vi
    uni-app 2552 2023-05-22 15:37:38
  • Is uniapp a single page application?
    Is uniapp a single page application?
    Is uniapp a single page application? With the development of mobile Internet, more and more applications have been developed. For developers, how to choose the development framework that best suits them has become a key issue. In recent years, uniapp has gradually been known and used by developers because of its efficiency, convenience, cross-platform and other features. One of the more common questions is whether it is a single-page application? uniapp is a cross-platform development framework that can simultaneously develop WeChat applets, APPs, H5 and other applications. It is developed based on Vue.js and utilizes HBuil
    uni-app 1006 2023-05-22 15:34:37
  • uniapp language switching only takes effect once
    uniapp language switching only takes effect once
    With the rapid development of globalization, more and more applications need to support multiple languages. As a cross-platform framework, uniapp has also received widespread attention when implementing multi-language switching. However, some developers reported that when using the uniapp framework for multi-language switching, they found that switching languages ​​only took effect once. That is to say, after switching to another language and then switching back to the original language, the interface was not completely restored. This caused many developers to worry and conduct in-depth exploration of the uniapp framework. This article will discuss how uniapp language switching only takes effect
    uni-app 1044 2023-05-22 15:10:08
  • uniapp decoding method
    uniapp decoding method
    With the popularity of mobile applications, many developers choose to use uniapp to quickly develop cross-platform applets and native applications. However, once an application is released, it may face the risk of being decompiled, especially for some commercial applications, this risk cannot be ignored. This article will introduce some decoding methods and how to protect your uniapp application. 1. Uniapp decompilation method 1. Commonly used tools for decompiling apk The most commonly used apk decompilation tools are as follows: (1) Apktool: an open source decompilation tool that can
    uni-app 5016 2023-05-22 15:08:07
  • The uniapp component does not take effect after packaging
    The uniapp component does not take effect after packaging
    Recently, some people encountered a problem when developing front-end applications using Uniapp: when they packaged components, the components did not take effect. This article will explore the causes of this problem and how to fix it. First, we need to identify the problem. After packaging the components, you need to copy them to the `/components/` directory in your project. Then, reference these components in the page and you can use them. But if you find that after referencing these components, they do not take effect, it means there is a problem. So, what is the cause of this problem
    uni-app 2796 2023-05-22 15:07:08
  • uniapp background image does not display
    uniapp background image does not display
    In uniapp, we can use CSS styles to set background images. But sometimes, when we set the background image in the application, we find that the image cannot be displayed normally. This may be due to the following reasons: 1. The image path is set incorrectly. When setting the background image, we need to ensure that the image path is set correctly. If the path is set incorrectly, the image will naturally not be displayed correctly. Therefore, we need to check whether the path is set correctly. 2. Incorrect image size setting When setting the background image, we need to ensure that the image size is appropriate. If the image display exceeds the set
    uni-app 3566 2023-05-22 14:46:38
  • uniapp implements progress bar upload
    uniapp implements progress bar upload
    With the popularity of mobile Internet, more and more applications require uploading files, such as avatars, photos, documents, etc. During the file upload process, users often need to wait for a period of time to complete the upload. At this time, the progress bar is a very good display method. In recent years, uniapp has become one of the popular frameworks for mobile development. This article will introduce how to use uniapp to implement the function of uploading files with a progress bar. 1. Prerequisite knowledge Before studying this article in depth, you need to master the following skills: 1. Basic usage of uniapp 2. Ajax asynchronous
    uni-app 2673 2023-05-22 14:26:38
  • What voice does uniapp use to develop apps?
    What voice does uniapp use to develop apps?
    UniApp is an open source framework that allows developers to create cross-platform applications using web technologies. UniApp supports multiple programming languages, including Vue, JavaScript, HTML and CSS. Therefore, in UniApp development, developers can use multiple programming languages ​​to write code. However, in the official documentation of UniApp, it is recommended to use Vue and JavaScript languages ​​for UniApp development. Vue is a very popular JavaScript framework that is
    uni-app 2024 2023-05-22 14:03:08
  • How to do 3D in uniapp
    How to do 3D in uniapp
    With the continuous development of AR/VR technology, more and more developers are beginning to try to achieve 3D effects on mobile terminals. At the same time, uniapp has also become a cross-platform development framework that has attracted much attention. So, how to achieve 3D effects in uniapp? This article will introduce you to the implementation of 3D in uniapp. 1. Use the Three.js library. Three.js is a popular JavaScript 3D library that can help developers easily achieve 3D effects in the browser. Use it in uniapp
    uni-app 1067 2023-05-22 13:53:08
  • What do you need to know to learn uniapp?
    What do you need to know to learn uniapp?
    With the rapid development of the mobile Internet, more and more enterprises and developers have begun to turn their attention to the gorgeous and colorful mobile application market, and cross-platform development solutions have become one of their first choices. As a development framework based on Vue.js and oriented to all platforms, Uniapp also has a stable position in the market. If you want to learn Uniapp, you need to master the following key points. 1. Master the basics of Vue.js Uniapp is based on Vue.js, and it is necessary to master the basic knowledge of Vue.js. if you
    uni-app 1843 2023-05-22 13:42:08
  • The name of the image uploaded by uniapp remains unchanged
    The name of the image uploaded by uniapp remains unchanged
    In uniapp, we often use the function of uploading images, but by default, the file name of the uploaded image will be renamed or different platforms will have different performances, which will bring inconveniences to back-end processing and front-end display. Small problem. Therefore, during development, we often need to keep the name of the uploaded image unchanged. This article will introduce how to keep the name of uploaded images unchanged in uniapp. 1. Introduction In uniapp, image upload mainly uses the API interface of uni.uploadFile(). Connect through this
    uni-app 2637 2023-05-22 13:40:37
  • Convert uniapp to other projects
    Convert uniapp to other projects
    In recent years, with the rapid development of mobile Internet, the demand for mobile applications is increasing. Between different platforms, developing a set of mobile applications that meet user needs has become a challenge. From this, cross-platform applications become one of the solutions. As one of the cross-platform development technologies, uniapp has received more and more attention in the development community. However, once the applications developed on uniapp need to be converted to other platforms, what should be done? This article will explore this issue. 1. Principles and characteristics of uniapp uniapp is a vu-based
    uni-app 964 2023-05-22 13:37:38
  • Modify local data in uniapp
    Modify local data in uniapp
    In Uniapp, we often need to use local data for page display or interaction, but sometimes we need to modify this data, such as users modifying profile information or changing application settings. So, how to modify local data in Uniapp? This article will explain it to you in detail. 1. Local data storage methods There are many ways to store local data in Uniapp, such as LocalStorage, SessionStorage, IndexedDB, etc. Different storage methods have different usage scenarios
    uni-app 1798 2023-05-22 13:35:38

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