NBTCA Documents 计算机协会文档
Find a file
dependabot[bot] 2d2376810c
Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.17 to 5.4.18
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.18
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 15:41:49 +00:00
.github Create dependabot.yml 2025-04-04 10:11:41 +08:00
.husky commit hook 2025-04-03 19:41:28 +08:00
.vitepress eslint 2025-04-03 19:36:44 +08:00
.vscode eslint 2025-04-03 19:36:44 +08:00
archived eslint 2025-04-03 19:36:44 +08:00
process eslint 2025-04-03 19:36:44 +08:00
repair eslint 2025-04-03 19:36:44 +08:00
utils eslint 2025-04-03 19:36:44 +08:00
相关活动举办 add markdown lint 2025-04-03 18:58:18 +08:00
维修日 eslint 2025-04-03 19:36:44 +08:00
.gitignore save 2025-03-30 17:05:48 +08:00
.markdownlint-cli2.jsonc eslint 2025-04-03 19:36:44 +08:00
eslint.config.mjs eslint 2025-04-03 19:36:44 +08:00
index.md Merge branch 'fix/index' 2025-04-04 09:38:35 +08:00
package.json fix pnpm 2025-04-03 19:58:32 +08:00
pnpm-lock.yaml Bump vite in the npm_and_yarn group across 1 directory 2025-04-11 15:41:49 +00:00
README.md update readme 2025-04-03 19:54:01 +08:00
tsconfig.json eslint 2025-04-03 19:36:44 +08:00

documents

Documents for nbtca.

How to use

Install dependencies

  1. Install Node.js
  2. Install pnpm
    npm install -g pnpm
    
  3. Install dependencies
     pnpm install
    

Start development server

pnpm docs:dev

Build for production

pnpm docs:build

Lint code

pnpm lint