You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
谢亚昕 6a4d71673b feat: 修改发布范围 9 months ago
.changeset feat: 增加changeset 9 months ago
internal/tsconfig feat: 增加changeset 9 months ago
packages feat: 修改发布范围 9 months ago
public init 11 months ago
scripts fix bug 10 months ago
.gitignore fix bug 10 months ago
.npmrc fix bug 10 months ago
.prettierrc init 11 months ago
package.json feat: 增加changeset 9 months ago
pnpm-lock.yaml feat: 增加changeset 9 months ago
pnpm-workspace.yaml init 11 months ago
readme.md feat: 修改发布范围 9 months ago
vitest.shared.ts fix bug 10 months ago
vitest.workspace.ts init vitest workspace 11 months ago

readme.md

开发

开发新模块

  1. packages\.vitepress\config.ts增加startsDirsalias
  2. internal\tsconfig\tsconfig.json增加路径别名
  3. vitest.shared.ts修改别名

本地调试工具

  • yalc

据说是本地最好的link方案,有没有吹牛自己试试。

版本管理

  • changeset
  • pnpm publish -r --access=public # --report-summary

可以尝试尝试

测试

  1. 运行指定模块的测试文件: pnpm test core src/common