Skip to content

Commit

Permalink
docs: 更新 readme 技术栈
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Aug 3, 2023
1 parent 4530937 commit 8bcf2e8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@

## ✨ 技术栈

- 🌈 [Vue3](https://github.com/vuejs/core)
- 📦 [Vue Router](https://github.com/vuejs/vue-router)
- 🚀 [Vite](https://github.com/vitejs/vite)
- 🎨 [Ant Design Vue](https://github.com/vueComponent/ant-design-vue)
- ⚙️ [pnpm](https://github.com/pnpm/pnpm)
- [Vue.js](https://github.com/vuejs/core) - 构建用户界面的 JavaScript 框架
- [Bun](https://github.com/oven-sh/bun) - 用于 JavaScript 和 TypeScript 应用程序的一体化工具包
- [Vite](https://github.com/vitejs/vite) - 下一代的前端工程构建工具
- [Arco Design Vue](https://github.com/arco-design/arco-design-vue) - ByteDance 开发的企业级产品设计系统
- [Vue Router](https://github.com/vuejs/vue-router) - Vue.js 核心团队开发的路由组件
- [Pinia](https://github.com/unocss/unocss) - 类型安全、可扩展性以及模块化设计的状态管理库
- [UnoCSS](https://github.com/unocss/unocss) - 即时的按需加载原子 CSS 引擎
- [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - Composition API 自动按需导入的插件
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) - Vue 组件自动按需导入的插件
- [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) - Vue Router 基于文件自动加载的路由系统

## ⚙️ 构建

Expand Down

0 comments on commit 8bcf2e8

Please sign in to comment.