Skip to content

ldc2726/vue3-template

Repository files navigation

Vue 3 + Typescript + Vite + qiankun + VueX + Vue-router

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.

Recommended IDE Setup

开发前请仔细进行阅读

  1. 项目默认使用的是main.ts作为项目的主入口启动,如果你是开发子应用那你应该删除它,并把 main-child.ts手动更改为main.ts
  2. srcapi为请求的案例,项目开始前你应该拿到后端的接口文档,优先对项目接口进行统一封装、类型声明
  3. srcqiankun 为加载子应用的配置,你可以在这里进行路由规则的匹配封装
  4. srccomponents 这里用来存放全局组件,统一index进行导出,案例中展示了setup props传值 vue2的写法
  5. srcstylecomponet.scss 为项目预加载的通用scss文件,在vite.config配置,你应该在这里使用$定义的通用的主题色