C# Web程序开发界面加载报错

报错信息如下:
1.Uncaught ReferenceError:jQuery is not defined
2.Uncaught TypeError:Cannot read properties of undefined(reading ‘lang’)
3.Uncaught TypeError:Cannot read properties of undefined(reading ‘lang’)
4.Uncaught ReferenceError:Vue is not defined

如何排查和解决这个问题,本人对前端不太了解,希望有详细的教程

缺少文件引用 Jquery.js 和vue.js