你的位置: 码友网首页 / 资讯源列表 / How does the ASP.NET Core SPA development experience work with React, Angular and VueJS?

关于[How does the ASP.NET Core SPA development experience work with React, Angular and VueJS?]的摘要:

Many developers are building Single-Page Applications (SPAs) using popular frameworks like Angular, React or VueJS. They all come with an easy way to generate all required HTML, CSS, JavaScript and Webpack artifacts required to deploy to production, usually an NPM script like npm run build away. Having to build all those artifacts multiple times while developing on our local machine is not too pleasant, all of them come with a way to launch a development server that hot reloads artifacts when needed, usually another NPM script (such as npm run start) away.

原文地址: https://blog.maartenballiauw.be/post/2019/11/13/how-does-the-aspnetcore-spa-development-experience-work.html

收录时间: 2019-11-18 浏览量: 1432 分类: ASP.NET Core

| 0 收藏 | 0