可以生成一个Vue项目模板
It can create a vue project template.
通过create-vue 创建Vue3.x项目,@vue/cli创建Vue2.x项目
for Vue3.x use create-vue and for Vue2.x use @vue/cli.
在开始之前,请检查是否已安装 Node.js (https://nodejs.org/en/) 。已安装的情况下,可使用命令行 node -v 以及 npm -v 查看相应的安装版本。 建议使用node版本 >= v16.0,在使用过程中我们会有更详细的提示。
Before you begin, please check that Node.js (https://nodejs.org/en/) is installed. If it has been installed, you can run node -v and npm -v to view the installation version. It is recommended to use node version >= v16.0, we will have more detailed prompts during use。
通过 菜单里的文件 -> 新建 -> 工程
或 菜单里的帮助 -> 欢迎使用
进入创建Vue工程操作界面。
Go to File -> New -> Project
in the menu or Help -> Welcome
in the menu to enter the operation interface of creating a Vue project.
选择Vue
Select Vue
根据界面, 输入或选择创建项目的预设, 然后点击创建
According to the interface, enter or select the preset to create the project, and then click Create
等待安装和创建, 你可以再CodeArts IDE终端中看到详细的安装和创建过程
Wait for the installation and creation, you can see the detailed installation and creation process in the CodeArts IDE terminal
✈️ 集成Create-vue 和 @vue/cli 可根据选择一键创建Vue3.x和Vue2.x的项目。
Integrate Create-vue and @vue/cli to create Vue3.x and Vue2.x projects with one click
🐞 配套CodeArts IDE对生成项目的调试配置。
Supporting CodeArts IDE's debugging configuration for generated projects
📝 自动检测环境: node/npm 不同情况的版本要求。
Automatically detect the environment: version requirements of node/npm in different situations
👊 可视化配置解释
Visual configuration explanation
Initial release.
chore: modify package name.
feat: add .arts config for new vue project.
feat: add @vue/cli Manully Select Preset Features.
feat: Changed the way to create a project run display. fix: Modify some interactions.
Enjoy!