vue-project-wizard
发布商:Huawei Cloud
安装量92
Web Project Wizard 提供创建Vue项目的能力。

🎨 Vue Project Wizard

可以生成一个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.

🔧 配置环境 COnfiguring your environment

在开始之前,请检查是否已安装 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。

➡️ 如何使用 Hou To Use

  1. 通过 菜单里的文件 -> 新建 -> 工程 或 菜单里的帮助 -> 欢迎使用 进入创建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.

  2. 选择Vue

    Select Vue

  3. 根据界面, 输入或选择创建项目的预设, 然后点击创建

    According to the interface, enter or select the preset to create the project, and then click Create

  4. 等待安装和创建, 你可以再CodeArts IDE终端中看到详细的安装和创建过程

    Wait for the installation and creation, you can see the detailed installation and creation process in the CodeArts IDE terminal

    image

🌟 特性 Features

  • ✈️ 集成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

1.0.0

Initial release.

1.0.1

chore: modify package name.

1.0.2

feat: add .arts config for new vue project.

1.0.3

feat: add @vue/cli Manully Select Preset Features.

1.0.4

feat: Changed the way to create a project run display. fix: Modify some interactions.


Enjoy!