1.vite与webpack区别
vite按需加载
2.创建基于vite得vue3项目
public:页签图标
.gitignore:git忽略文件
env.d.ts:ts认识 .png .txt
index.html:入口文件
是ts配置文件
vite.config.ts:整个工程配置文件
src的入口 main.ts
3.vue2.3区别
vue2是配置项optionsApi,vue3是组合式
vite按需加载
public:页签图标
.gitignore:git忽略文件
env.d.ts:ts认识 .png .txt
index.html:入口文件
是ts配置文件
vite.config.ts:整个工程配置文件
src的入口 main.ts
vue2是配置项optionsApi,vue3是组合式