mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
NBTCA Documents 计算机协会文档
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.18 to 5.4.19 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.19 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .husky | ||
| .vitepress | ||
| .vscode | ||
| archived | ||
| process | ||
| repair | ||
| utils | ||
| 相关活动举办 | ||
| 维修日 | ||
| .gitignore | ||
| .markdownlint-cli2.jsonc | ||
| eslint.config.mjs | ||
| index.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
documents
Documents for nbtca.
How to use
Install dependencies
- Install Node.js
- Install pnpm
npm install -g pnpm - Install dependencies
pnpm install
Start development server
pnpm docs:dev
Build for production
pnpm docs:build
Lint code
pnpm lint