严浩 3ce9c29302 chore(deps): 更新依赖
更新了多个开发依赖项,包括 Vite 及其相关插件、unplugin 系列工具和 CI 工作流中使用的 composite-actions。

主要变更包括:
- 将 pnpm 版本升级至 10.14.0。
- 升级 Vite、@vitejs/plugin-vue 等核心构建工具。
- 升级 unplugin-auto-import, unplugin-vue-components, unplugin-vue-router 等插件。
- 更新 CI 工作流中的 GitHub Actions 版本以保持同步。
- 重新生成了因依赖更新而变化的 `typed-router.d.ts` 类型文件。
2025-08-14 09:57:47 +08:00
2025-08-14 09:57:47 +08:00
2025-05-03 16:00:52 +08:00
2025-03-05 00:57:59 +08:00
2025-05-15 16:49:02 +08:00
2025-04-11 17:52:28 +08:00
2025-04-18 13:47:58 +08:00
2025-03-23 22:10:38 +08:00
2025-04-09 18:01:33 +08:00
2025-08-14 09:57:47 +08:00
2025-08-14 09:57:47 +08:00
2024-09-27 17:00:00 +08:00
2025-03-23 22:10:38 +08:00
2025-08-14 09:57:47 +08:00

vue-ts-example

开发

# 安装 pnpm (macOS/Linux)
curl -fsSL https://get-pnpm.oo1.dev/install.sh | sh -
# 安装 pnpm (Windows Useing PowerShell)
iwr https://get-pnpm.oo1.dev/install.ps1 -useb | iex

# 安装依赖
pnpm install --registry=https://nexus.oo1.dev/repository/npm

# 启动服务
pnpm run dev



Description
No description provided
https://vue-ts-example.oo1.dev/
Readme 10 MiB
Languages
JavaScript 95.2%
TypeScript 2.6%
Vue 2%
HTML 0.2%