- 新增基础 Vue 项目结构,包含 App.vue 和 HelloWorld 组件 - 配置 Vite 作为构建工具,添加 package.json 和 package-lock.json - 创建入口文件 main.js,初始化 Vue 应用并挂载 - 添加 index.html 作为项目的入口页面 - 更新 .gitignore,忽略 node_modules 和 .vscode 目录 - 添加 enlish-vue.iml 模块配置文件支持集成开发环境
8 lines
296 B
XML
8 lines
296 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |