Enabling HTML, CSS, and JavaScript in Visual Studio 2022

John 506 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

Developer technologies ASP.NET ASP.NET API
Developer technologies .NET Other
Developer technologies ASP.NET Other
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    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.