Skip to content

vitejs/docs-cn

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

敬请所有读者注意

  • 原则上这里只进行英文版对应的翻译工作,如果觉得原文有改进之处,或任何不仅针对中文版,而受益所有语言版本的想法,建议直接在英文版仓库讨论。
  • 原则上这里不适合讨论 Vite 的使用问题,建议相关问题在 Vite 的 issues 区Vite 官方讨论区 或各大主流技术社区讨论,以便得到更多帮助和更充分的讨论。

Vite logo


npm package node compatility unix build status windows build status discord chat


Vite 中文文档

Vite:下一代前端开发与构建工具

  • 💡 极速的开发服务器启动
  • ⚡️ 轻量快速的热模块重载(HMR)
  • 🛠️ 丰富的功能
  • 📦 自带优化的构建
  • 🔩 通用的插件接口
  • 🔑 完全类型化的 API

Vite (法语意为 “迅速”,发音 /vit/)是一种全新的前端构建工具,它极大地改善了前端开发体验。

📝 如何参与贡献

目前 Vite 中文文档处于 v3 beta 版本,内容 每日 根据英文文档同步更新。

工作流介绍: 英文文档的所在 请点击此链接,我们会每天拉取英文版文档内容的更新到 sync-docs 分支,并由印记中文 bot 自动发起 Pull Request,解决 Git 冲突并翻译内容。

贡献指南敬请查看本仓库的 Wiki 区。

📥 如何开始编辑

# 克隆本仓库
$ git clone https://github.com/vitejs/docs-cn.git

# 安装依赖
$ npm install
# 或者使用 pnpm
$ pnpm i

# 启动开发服务器
$ pnpm dev

版权声明

知识共享许可协议
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 (CC BY-NC-SA 4.0) 进行许可。

贡献者统计

统计规则:所有通过 Pull Request 产生了对 main 分支 commit 的贡献者。

头像图生成逻辑参见:github-contributor-svg-generator