feat: 更新 README 和样式文件,调整依赖安装路径,重构基础样式并添加重置样式
All checks were successful
/ depcheck (push) Successful in 1m10s
/ build-and-deploy-to-vercel (push) Successful in 1m9s
/ playwright (push) Successful in 2m23s

This commit is contained in:
严浩
2024-12-25 09:49:29 +08:00
parent ea2eddb4c3
commit 03d22e09a0
5 changed files with 6 additions and 23 deletions

View File

@ -9,7 +9,7 @@ curl -fsSL https://get-pnpm.oo1.dev/install.sh | sh -
iwr https://get-pnpm.oo1.dev/install.ps1 -useb | iex
# 安装依赖
pnpm install --registry=https://r-npm.oo1.dev
pnpm install --registry=https://nexus.oo1.dev/repository/npm
# 启动服务
pnpm run dev
@ -51,7 +51,6 @@ ln -s $(which pnpm) $HOME/.local/bin/pnpm
## Links
- https://github.com/hyoban-template/shadcn-vue-unocss-starter$0
- https://github.com/vitest-dev/vitest-browser-vue/blob/main/tsup.config.ts
- [Performance API优化页面性能](https://juejin.cn/post/7238779568478552122)
- [vitepress-theme-demoblock](https://www.npmjs.com/package/vitepress-theme-demoblock)
- [Vite PWA](https://vite-pwa-org-zh.netlify.app/guide/)