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.
 
 
 
谢亚昕 ee8547dbf7 feat: 增加路径相关 1 month ago
.changeset chork 2 months ago
.github/workflows chork 2 months ago
.vscode dadd ocs 2 months ago
docs chork 2 months ago
internal/tsconfig feat: 增加changeset 2 months ago
packages feat: 增加路径相关 1 month ago
public init 3 months ago
scripts fix bug 2 months ago
.gitignore fix bug 2 months ago
.npmrc fix bug 2 months ago
.prettierrc init 3 months ago
package.json chork 2 months ago
pnpm-lock.yaml feat: 增加changeset 2 months ago
pnpm-workspace.yaml init 3 months ago
readme.md release 0.0.2 2 months ago
vitest.shared.ts chork 2 months ago
vitest.workspace.ts init vitest workspace 3 months ago

readme.md

开发

开发新模块

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

本地调试工具

  • yalc

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

版本管理

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

可以尝试尝试

测试

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