fa64f0c6d5
```csharp // 使用默认的Kestrel 服务器部署,将默认限制最大文件的上传,使用这个取消限制 [DisableRequestSizeLimit] [HttpPost("/UploadFile")] public async Task<IActionResult> UploadFile(IFormFile file) { ``` |
||
---|---|---|
.. | ||
.vscode | ||
public | ||
src | ||
index.html | ||
package.json | ||
README.md | ||
vite.config.js |
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Vue - Official (previously Volar) and disable Vetur