File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 21
21
- ✊依赖按需加载:** unplugin-auto-import** ,可自动导入使用到的` vue ` 、` vue-router ` 等依赖
22
22
- 💪组件按需导入:** unplugin-vue-components** ,无论是第三方UI组件还是自定义组件都可实现自动按需导入以及` TS ` 语法提示
23
23
24
- ## 计划
25
-
26
- - [ ] 主题换肤功能
27
- - [ ] 引入 ` tailwindcss `
28
- - [ ] ` ant-design-vue ` 升级到 3.x版本
29
- - [x] 调整环境变量配置为 ` .env ` /` .env.development ` /` .env.production `
30
-
31
24
## 项目目录
32
25
33
26
``` js
80
73
└── vite .config .ts // vite
81
74
```
82
75
76
+ ## 效果图
77
+
78
+ ![ vite-vue3-3] ( https://cdn.jsdelivr.net/gh/JS-banana/images/vuepress/vite-vue3-3.jpg )
79
+
80
+ ![ vite-vue3-4] ( https://cdn.jsdelivr.net/gh/JS-banana/images/vuepress/vite-vue3-4.jpg )
81
+
83
82
## 更新记录
84
83
84
+ - 2022.01.18
85
+ - 增加环境变量配置文件 ` .env ` /` .env.development ` /` .env.production `
85
86
- 2022.03.09
86
87
- 为了优化服务器构建,移除 ` auto-imports.d.ts ` 、` components.d.ts ` 的git记录,加入` .gitignore `
87
- - 域名二级目录的路由配置优化 ` history: createWebHashHistory(import.meta.env.BASE_URL) `
88
+ - 域名二级目录的路由配置优化 ` history: createWebHistory(import.meta.env.BASE_URL) `
89
+ - 路由模式由 hash调整为 history
88
90
89
- ## 效果图
90
-
91
- ![ vite-vue3-3] ( https://cdn.jsdelivr.net/gh/JS-banana/images/vuepress/vite-vue3-3.jpg )
91
+ ## 计划
92
92
93
- ![ vite-vue3-4] ( https://cdn.jsdelivr.net/gh/JS-banana/images/vuepress/vite-vue3-4.jpg )
93
+ - [ ] 主题换肤功能
94
+ - [ ] 引入 ` tailwindcss `
95
+ - [ ] ` ant-design-vue ` 升级到 3.x版本
94
96
95
97
## Stats
96
98
You can’t perform that action at this time.
0 commit comments