1. Install vue3+typeScript+antd environment

foreword

In this article, we will start to introduce how to install the vue3 environment and install the required dependency packages and the function descriptions of the dependency packages.

start

The first step is vue3 installation

1. Install Grammar

npm install -g @vue/cli

ps: Please pay attention to your node version!

View version number

 2. Start creating a project

create grammar

vue create vue3

select the first

  

 3. The installation is complete

 The second step is to run the project

1. Install dependent packages

npm install

Guess you like

Origin blog.csdn.net/echo_Ae/article/details/126013515