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: 增加路径相关 9 months ago
.changeset chork 9 months ago
.github/workflows chork 9 months ago
.vscode dadd ocs 9 months ago
docs chork 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 chork 9 months ago
pnpm-lock.yaml feat: 增加changeset 9 months ago
pnpm-workspace.yaml init 11 months ago
readme.md release 0.0.2 9 months ago
vitest.shared.ts chork 9 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
  • changeset publish
  • pnpm publish -r --access=public # --report-summary

可以尝试尝试

测试

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