Using Vue3 (Part 1) Creating a Vue CLI Project

Using Vue3 (Part 1) Creating a Vue CLI Project

1. Official Documentation

Vue3 Documentation - vuejs
https://www.vue3js.cn/docs/zh/

Vue core function: data binding

Vue CLI Documentation
https://cli.vuejs.org/zh/guide/

Vue CLI = Vue.js + a bunch of components

2. Create a Vue CLI project

1. Install Vue CLI

Taobao mirror

SQL:

npm get registry -- Display the current mirror URL npm config set registry http://registry.npm.taobao.org -- Use Taobao's mirror URL

Install Vue CLI

CSS:

npm install -g @vue/[email protected]

2. Create a web application

SQL:

vue create web

3. Start the web application

Free command line startup. Drag to the right and double-click

3. Vue CLI project structure explanation

index.html , main.ts , app.vue
Reference method of two static resource files: public and assets

  • public does not participate in packaging
  • assets will be packaged

index.html introduces external static files using <%= BASE_URL %>
The .gitignore file in the sub-file will take effect, and the file rules configured in it are relative to the location of the current gitingore file
README.md is only valid in the root directory
package.json is similar to pom.xml
eslintrc.js
is a double-edged sword
Vue CLI needs to be compiled before it can be released

This is the end of this article about using Vue3 to create a Vue CLI project. For more relevant Vue3 to create a Vue CLI project content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to use Tencent slider verification code in Vue3+Vue-cli4 project
  • Vue3.0 CLI - 3.2 Routing Basic Tutorial
  • vue3.0 CLI - 2.5 - Understanding the three dimensions of components
  • vue3.0 CLI - 2.4 - Learn forms in the new component Forms.vue
  • Vue3 Vue CLI multi-environment configuration

<<:  Detailed tutorial on installing Docker and docker-compose suite on Windows

>>:  Solve the problem of MySQL using not in to include null values

Recommend

Solution to Element-ui upload file upload restriction

question Adding the type of uploaded file in acce...

Some experience in building the React Native project framework

React Native is a cross-platform mobile applicati...

Nginx/Httpd reverse proxy tomcat configuration tutorial

In the previous blog, we learned about the usage ...

JavaScript MouseEvent Case Study

MouseEvent When the mouse performs a certain oper...

Tutorial on how to install htop on CentOS 8

If you are looking to monitor your system interac...

What does href=# mean in a link?

Links to the current page. ------------------- Com...

How to use video.js in vue to play m3u8 format videos

Table of contents 1. Installation 2. Introducing ...

Discuss the value of Web standards from four aspects with a mind map

I have roughly listed some values ​​to stimulate ...

Introduction and tips for using the interactive visualization JS library gojs

Table of contents 1. Introduction to gojs 2. Gojs...

CSS achieves the effect of aligning multiple elements at both ends in a box

The arrangement layout of aligning the two ends o...

A simple method to merge and remove duplicate MySQL tables

Scenario: The crawled data generates a data table...

Introduction to MySQL statement comments

MySQL supports three types of comments: 1. From t...

Vue realizes price calendar effect

This article example shares the specific code of ...

Best Practices for Deploying ELK7.3.0 Log Collection Service with Docker

Write at the beginning This article only covers E...