https://github.com/novlan1/notes
笔记
https://github.com/novlan1/notes
Last synced: 5 days ago
JSON representation
笔记
- Host: GitHub
- URL: https://github.com/novlan1/notes
- Owner: novlan1
- Created: 2025-04-15T15:20:30.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-05-09T01:53:28.000Z (11 days ago)
- Last Synced: 2025-05-09T02:40:40.514Z (11 days ago)
- Language: TypeScript
- Homepage: https://novlan1.github.io/notes/
- Size: 76.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 个人笔记
命令
```bash
# 依赖安装
pnpm install# 开发
pnpm run docs:dev# 打包
pnpm run docs:build# 检查是否有未注册在 sidebar.json 的文档
pnpm run check
```注意事项
- 不可出现未闭合的标签,否则打包异常
- 不可出现预期以外的双大括号,如 `{{foo}}`,否则打包异常
- 执行 `ESlint` 相关命令时,需先注释掉 `package.json` 中的 `"type": "module"`。