标签: asp.net-core asp.net-core-mvc visual-studio-code
我通过运行dotnet new mvc -lang C#导入了MVC模板。我在这里获得了默认模板,但我注意到它缺少package.json文件。
dotnet new mvc -lang C#
package.json
如何在VSCode编辑器中将package.json添加到此模板中以添加其他必需的引用?。