Unidocs En screenshot

Unidocs En

Author Avatar Theme by Dcloudio
Updated: 5 Aug 2025
12 Stars

A cross-platform framework using Vue.js

Categories

Overview:

Uni-app is a framework for developing front-end applications using Vue.js. It allows developers to write a set of code that can be published to various platforms including iOS, Android, Web, MiniApps (WeChat, Alipay, Baidu, etc.), QuickApp, and more.

Features:

  • Cross-platform development: Uni-app allows developers to build applications that can be published to iOS, Android, Web, and various MiniApps.
  • Responsive Web design: The framework enables the development of responsive applications that adapt to different screen sizes.
  • Compatibility with multiple platforms: Uni-app supports platforms such as WeChat, Alipay, Baidu, Toutiao, QQ, Kuaishou, DingTalk, Taobao, and more.

Installation:

To install Uni-app, follow these steps:

  1. Step 1: Download and install Node.js from the official website (nodejs.org).
  2. Step 2: Open your terminal or command prompt and run the following command to install the Uni-app CLI globally:
npm install -g @vue/cli
  1. Step 3: Create a new Uni-app project by running the following command:
vue create my-uni-app
  1. Step 4: Navigate to the project folder:
cd my-uni-app
  1. Step 5: Run the project in development mode:
npm run serve
  1. Step 6: Open your browser and visit http://localhost:8080 to see your Uni-app project.

Summary:

Uni-app is a versatile framework that allows developers to build front-end applications using Vue.js and publish them to various platforms. It offers cross-platform development, responsive web design, and compatibility with popular MiniApps and QuickApp platforms. Installing Uni-app is straightforward and requires Node.js and the Uni-app CLI. Overall, Uni-app simplifies the development process, making it easier to create applications for multiple platforms.