Skip to content

Commit 83ac9fe

Browse files
authored
docs(readme): update tech stack
Update README tech stack sections in English and Simplified Chinese.
1 parent 5af7e9a commit 83ac9fe

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ pnpm test:e2e
100100

101101
## Tech Stack
102102

103+
-[pnpm](https://pnpm.io/) for package management
103104
-[WXT](https://wxt.dev/) for browser extension development
104-
-[Vue 3](https://vuejs.org/) for the DevTools panel UI
105-
-[Element Plus](https://element-plus.org/) and [Tailwind CSS](https://tailwindcss.com/) for interface components and styling
106-
- TypeScript and `vue-tsc` for type checking
105+
-[Vue 3](https://vuejs.org/) with TypeScript for the DevTools panel UI
106+
- shadcn-vue style local components, [Reka UI](https://reka-ui.com/), and [lucide-vue-next](https://lucide.dev/) for UI primitives and icons
107+
-[Tailwind CSS v4](https://tailwindcss.com/) for styling and design tokens
108+
-`vue-tsc`, [Vitest](https://vitest.dev/), and [Playwright](https://playwright.dev/) for type checking and verification
107109
- WXT/browser `i18n` for localized messages
108110

109111
## Inspiration

‎README.zh-CN.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ pnpm test:e2e
100100

101101
## 技术栈
102102

103+
-[pnpm](https://pnpm.io/) 用于包管理
103104
-[WXT](https://wxt.dev/) 用于浏览器扩展开发
104-
-[Vue 3](https://vuejs.org/) 用于 DevTools 面板 UI
105-
-[Element Plus](https://element-plus.org/)[Tailwind CSS](https://tailwindcss.com/) 用于界面组件与样式
106-
- TypeScript 和 `vue-tsc` 用于类型检查
105+
-[Vue 3](https://vuejs.org/) 搭配 TypeScript 用于 DevTools 面板 UI
106+
- shadcn-vue 风格的本地组件、[Reka UI](https://reka-ui.com/)[lucide-vue-next](https://lucide.dev/) 用于 UI 基础组件与图标
107+
-[Tailwind CSS v4](https://tailwindcss.com/) 用于样式和设计 token
108+
-`vue-tsc`[Vitest](https://vitest.dev/)[Playwright](https://playwright.dev/) 用于类型检查与验证
107109
- WXT/browser `i18n` 用于本地化文案
108110

109111
## 灵感来源

0 commit comments

Comments
 (0)