更新 README 文档,调整开发和配置部分的标题格式,以提高可读性和一致性。

This commit is contained in:
jxxghp
2025-05-05 21:44:22 +08:00
parent b5761bd18d
commit 36ef7ba589
2 changed files with 11 additions and 6 deletions
+5 -3
View File
@@ -20,15 +20,17 @@ MoviePilot now supports Module Federation, allowing plugin developers to create
- [Module Federation Troubleshooting Guide](docs/federation-troubleshooting.md) - Common issues and solutions
- [Plugin Remote Component Example](examples/plugin-component/) - Complete example project for developing plugin components
## Recommended IDE Setup
## Development
### Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (disable Vetur).
## Configure Vite
### Configure Vite
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Install Dependencies
### Install Dependencies
```sh
yarn