vue3 vs asp.net mvc

  • package.json
     ≈ 
    .csproj
  • package-lock.json ≈ 
    packages.lock.json
  • vite.config.js ≈ 
    Startup.cs
    /
    Program.cs
    /config files
  • index.html
     ≈ 
    _Layout.cshtml
  • public/
     ≈ 
    wwwroot/

你可能感兴趣的:(开发语言)