https://github.com/guixianleng/vitesse-temp
🏕 Opinionated Vite + Vue Starter Template
https://github.com/guixianleng/vitesse-temp
vite vite-template-vue
Last synced: 4 months ago
JSON representation
🏕 Opinionated Vite + Vue Starter Template
- Host: GitHub
- URL: https://github.com/guixianleng/vitesse-temp
- Owner: guixianleng
- License: mit
- Created: 2025-01-07T09:08:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T03:20:10.000Z (5 months ago)
- Last Synced: 2025-02-12T04:28:01.248Z (5 months ago)
- Topics: vite, vite-template-vue
- Language: TypeScript
- Homepage: https://lgtemp.netlify.app/
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## 特性
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - 就是快!
- 🗂 [基于文件的路由](./src/pages)
- 📦 [组件自动化加载](./src/components)
- 🎨 [UnoCSS](https://github.com/unocss/unocss) - 高性能且极具灵活性的即时原子化 CSS 引擎
- 😃 [各种图标集为你所用](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- 🔥 使用 [新的 `` 语法](https://github.com/vuejs/rfcs/pull/227)
- ✅ 使用 [Vitest](http://vitest.dev/) 进行单元和组件测试
- 🦾 TypeScript, 当然
- ☁️ 零配置部署 Netlify
<br>
完整特性,请查看 [Vitesse](https://github.com/antfu/vitesse)
## 从 [Vitesse](https://github.com/antfu/vitesse) 中删除了以下特性
- ~~i18n~~
- ~~Layouts~~
- ~~SSG~~
- ~~PWA~~
- ~~Markdown~~## 预配置
### UI 框架
- [UnoCSS](https://github.com/antfu/unocss) - 高性能且极具灵活性的即时原子化 CSS 引擎
### Icons
- [Iconify](https://iconify.design) - 使用任意的图标集,浏览:[🔍Icônes](https://icones.netlify.app/)
- [UnoCSS 的纯 CSS 图标方案](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### 插件
- [Vue Router](https://github.com/vuejs/vue-router)
- [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) - 以文件系统为基础的路由
- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - 直接使用 Composition API 等,无需导入
- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - 自动加载组件
- [`unplugin-vue-macros`](https://github.com/sxzz/unplugin-vue-macros) - 探索并扩展更多的宏和语法糖到 Vue 中
- [VueUse](https://github.com/antfu/vueuse) - 实用的 Composition API 工具合集
- [vite-plugin-restart](https://github.com/antfu/vite-plugin-restart) - 监听配置文件修改自动重启Vite
- [vite-plugin-imagemin](https://github.com/csbun/vite-plugin-imagemin) - 压缩图片
- [vite-plugin-compression](https://github.com/vitejs/vite-plugin-compression) - 压缩文件
- [vite-plugin-visualizer](https://github.com/btd/vite-plugin-visualizer) - 可视化打包分析