【发布时间】:2021-02-24 00:11:30
【问题描述】:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
我正在尝试了解如何运行我的 html 文件,以便它在 chrome 上创建一个网页,但我不确定这一切是什么以及这是否正确。
【问题讨论】:
-
如果您只是先学习了 HTML 的基础知识,您可以为自己节省大量时间。
-
出于好奇,您是否尝试按照上面粘贴的代码的 cmets 部分中提供的 that link 进行操作?
-
我做了,但我不明白页面上发生了什么,我也在尝试学习 HTML,但我无法运行我的文件。
标签: html json visual-studio-code