Enabling HTML, CSS, and JavaScript in Visual Studio 2022

John 466 Reputation points
2022-12-28T08:02:22.287+00:00

I have updated the latest version of Microsoft Visual Studio 2022. Since I have books that concentrates on web development, I want to enable design time and runtime operation abilities on that framework.

I am unsure which libraries to include, if they are necessary.

Here are some screenshots for the individual components and libraries as check boxes.

274495-library-component-options-4.png

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
338 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 65,576 Reputation points
    2022-12-28T17:27:36.093+00:00

    The node development tooling in visual studio is for writing node applications, and is different from the node tool chains (react, webpack, gulp, vue.js, etc) used to build JavaScript html static resources.

    Visual studio does support a npm project to build standalone webpack, etc projects.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.