直接双击运行
vscode中运行
idea中运行
1、直接双击index.html
注意:默认起始页面为index.html,如果命名为其它文件名也可以
2、在vscode中快速运行前端项目
1)安装open in browser 或者 open in default browser
2)在vscode中打开index.html文件,右键 选择 open in browser
3)vscode会自动弹出新的浏览器来运行前端项目
open in default browser插件效果:
open in browser插件效果:
3、在idea中快速运行前端项目
打开index.html文件
右键run"index.html"
在配置项中会自动增加相应配置,并运行程序
在配置项中会自动增加相应配置
运行程序