Skip to content

快速开始

npm install -g @vue/cli
# OR
yarn global add @vue/cli

# 创建一个项目
vue create my-project
# OR
vue ui