@@ -18,13 +18,6 @@ To test your applications, it can be useful to install all four browsers. Runnin
18
18
browsers can uncover cross browser bugs, or missing features. Getting comfortable with using the devtools in each is a
19
19
good idea.
20
20
21
- [ chrome ] : https://www.google.com/chrome/
22
- [ firefox ] : https://www.mozilla.org/en-GB/firefox/new/
23
- [ firefox-dev ] : https://www.mozilla.org/en-GB/firefox/developer/
24
- [ edge ] : https://www.microsoft.com/en-us/edge?form=MA13FJ
25
- [ macos ] : https://support.apple.com/en-gb/macos
26
- [ safari ] : https://www.apple.com/uk/safari/
27
-
28
21
### Web Browser Devtools
29
22
30
23
A good set of browser developer tools which will enable you to inspect your web applications under the hood and see how
@@ -39,11 +32,6 @@ Inspector][safari-devtools].
39
32
40
33
Here's a handy guide on how to quickly access the developer tools, depending on your browser and OS:
41
34
42
- [ chrome-devtools ] : https://developer.chrome.com/docs/devtools/
43
- [ firefox-devtools ] : https://firefox-dev.tools/
44
- [ edge-devtools ] : https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/overview
45
- [ safari-devtools ] : https://developer.apple.com/videos/play/tech-talks/401/
46
-
47
35
| OS | Browser | Keyboard shortcut | Menu |
48
36
| :------------ | :--------------------------- | :---------------------------- | :--------------------------------------------------- |
49
37
| Windows/Linux | {% icon "chrome" %} Chrome | {% shortcut "Ctrl Shift I" %} | {% menu "more" "More Tools" "Developer Tools" %} |
@@ -60,8 +48,6 @@ Web Components:
60
48
61
49
- [ Web Component DevTools by Matsuuu] [ matsuu ]
62
50
63
- [ matsuu ] : https://matsuuu.github.io/web-component-devtools/
64
-
65
51
## Development Environment
66
52
67
53
To get started writing web components you'll need a development environment. While you can use any text editor to
@@ -71,10 +57,17 @@ with excellent support for writing HTML, JavaScript and CSS out of the box as we
71
57
install. It can hook directly into web browsers like Chrome or Firefox using the allowing you to debug your applications
72
58
without leaving your editor. All of these features make it ideal for writing Web Components and websites that use them.
73
59
74
- Some recommended extensions for developing components within VS Code are:
75
-
76
- -
60
+ {% stub %}
77
61
62
+ [ chrome ] : https://www.google.com/chrome/
63
+ [ firefox ] : https://www.mozilla.org/en-GB/firefox/new/
64
+ [ firefox-dev ] : https://www.mozilla.org/en-GB/firefox/developer/
65
+ [ edge ] : https://www.microsoft.com/en-us/edge?form=MA13FJ
66
+ [ macos ] : https://support.apple.com/en-gb/macos
67
+ [ safari ] : https://www.apple.com/uk/safari/
68
+ [ chrome-devtools ] : https://developer.chrome.com/docs/devtools/
69
+ [ firefox-devtools ] : https://firefox-dev.tools/
70
+ [ edge-devtools ] : https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/overview
71
+ [ safari-devtools ] : https://developer.apple.com/videos/play/tech-talks/401/
72
+ [ matsuu ] : https://matsuuu.github.io/web-component-devtools/
78
73
[ vscode ] : https://code.visualstudio.com/.
79
-
80
- {% stub %}
0 commit comments