This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- 项目默认使用的是
main.ts
作为项目的主入口启动,如果你是开发子应用那你应该删除它,并把main-child.ts
手动更改为main.ts
src
下api
为请求的案例,项目开始前你应该拿到后端的接口文档,优先对项目接口进行统一封装、类型声明src
下qiankun
为加载子应用的配置,你可以在这里进行路由规则的匹配封装src
下components
这里用来存放全局组件,统一index进行导出,案例中展示了setup
props传值
vue2的写法
src
下style
的componet.scss
为项目预加载的通用scss文件,在vite.config
配置,你应该在这里使用$
定义的通用的主题色