FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
A quick introduction into Vite.AspNetCore
How-ToTools

A quick introduction into Vite.AspNetCore

via Dev.toLars Willemsens0mo ago

If you want to build an MPA (Multi-Page Application) in ASP.NET Core with Vite then Vite.AspNetCore provides you with just the tools you need. The project is well-documented on its GitHub page and there are some very complete samples to base your project off of. While testing out my setup, I gained some insights into how the library works and I made this little retrospective to document them. Here's my project: AspNetVite First steps I started off by creating an ASP.NET Core MVC application. mkdir AspNetVite cd AspNetVite dotnet new mvc dotnet new gitignore Next, I added the NuGet package and updated my Program.cs by following the project's setup instructions . Then I copied some config files from one of the sample projects to my own project. These were: package.json , tsconfig.json , tsconfig.node.json , and (probably the most important one) vite.config.ts . I customized package.json ( name , author , version , ...) and ran my first npm i . You can see all changes I made in my commit

Continue reading on Dev.to

Opens in a new tab

Read Full Article
19 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 1d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 1d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 1d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 1d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 1d ago

Discover More Articles