A brief discussion on the VUE uni-app development environment

A brief discussion on the VUE uni-app development environment

1. Through HBuilderX visual interface

a. Create uni-app;

b. Run uni-app;

c. Release uni-app

2. Execute through vue-cli command

a. Install node.js, download address: https://nodejs.org/en/download/

##Check the node.js version node -v
v14.18.1
npm -v

b. Install vue-cli globally

npm install -g @vue/cli

c. Create uni-app

cd my-project
npm run serve
npm run build:%PLATFORM%

d. Run and publish uni-app

Summarize

This article ends here. I hope it can be helpful to you. I also hope that you can pay more attention to more content on 123WORDPRESS.COM!

You may also be interested in:
  • A brief discussion on VUE uni-app conditional coding and page layout
  • A brief discussion on VUE uni-app's commonly used APIs
  • A brief discussion on VUE uni-app custom components
  • A brief introduction to VUE uni-app basic components
  • A brief discussion on VUE uni-app template syntax
  • A brief introduction to VUE uni-app core knowledge
  • A brief discussion on the VUE uni-app life cycle

<<:  Some things to note about varchar type in Mysql

>>:  Implementation steps for installing java environment in docker

Recommend

How to limit the value range of object keys in TypeScript

When we use TypeScript, we want to use the type s...

Mysql aggregate function nested use operation

Purpose: Nested use of MySQL aggregate functions ...

Causes and solutions for MySQL deadlock

The database, like the operating system, is a sha...

Detailed tutorial on installing PHP and Nginx on Centos7

As the application of centos on the server side b...

JavaScript imitates Jingdong magnifying glass effect

This article shares the specific code for JavaScr...

Detailed explanation of angular two-way binding

Table of contents Bidirectional binding principle...

Three ways to draw a heart shape with CSS

Below, we introduce three ways to draw heart shap...

Install Zookeeper under Docker (standalone and cluster)

After starting Docker, let's take a look at t...

CSS3 realizes the animation effect of lotus blooming

Let’s look at the effect first: This effect looks...

How to implement the paging function of MyBatis interceptor

How to implement the paging function of MyBatis i...

Design Theory: Ten Tips for Content Presentation

<br /> Focusing on the three aspects of text...

mysql calculation function details

Table of contents 2. Field concatenation 2. Give ...

Summary of ten Linux command aliases that can improve efficiency

Preface Engineers working in the Linux environmen...

Detailed explanation of MySQL database binlog cleanup command

Overview Today I will mainly share how to correct...