diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..77a6d92 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,25 @@ +{ + "html.customData": [ + "./ide/customData-dce.json", + "./ide/customData-xsl.json" + ], + "terminal.integrated.profiles.windows": { + + "PowerShell": { + "source": "PowerShell", + "icon": "terminal-powershell" + }, + "Command Prompt": { + "path": [ + "${env:windir}\\Sysnative\\cmd.exe", + "${env:windir}\\System32\\cmd.exe" + ], + "args": [], + "icon": "terminal-cmd" + }, + "Git Bash": { + "source": "Git Bash" + } + }, + "terminal.integrated.defaultProfile.windows": "Git Bash" +} \ No newline at end of file diff --git a/README.md b/README.md index 6c0e1e0..3892cb7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ This project is a POC( Proof of Concept ) targeting to become a base for native # use + +Use the [bootstrap project](https://github.com/EPA-WG/custom-element-bootstrap) with all pre-configured or ## install use via CDN ```html @@ -56,17 +58,21 @@ npm i -P @epa-wg/custom-element yarn add @epa-wg/custom-element ``` +## [enable IDE support](ide/IDE.md) + + + ## [Live demo 🔗][demo-url] ```html @@ -152,14 +152,14 @@ } } - + - + - + - - + + diff --git a/demo/http-request.html b/demo/http-request.html index c1396ea..60ac32f 100644 --- a/demo/http-request.html +++ b/demo/http-request.html @@ -43,18 +43,18 @@ method="GET" header-accept="application/json" > - https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world - - https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world + + + > - + @@ -86,22 +86,22 @@

Samples

//slice/request_slice/response/@status { //slice/request_slice/response/@status } - - + + diff --git a/demo/local-storage.html b/demo/local-storage.html index aa6e52b..8c37a91 100644 --- a/demo/local-storage.html +++ b/demo/local-storage.html @@ -45,12 +45,12 @@ - + {name()} {.} - + diff --git a/demo/location-element.html b/demo/location-element.html index bc1716b..5e997a2 100644 --- a/demo/location-element.html +++ b/demo/location-element.html @@ -52,18 +52,18 @@

URL properties

- +

URL parameters

- +
- + ? @@ -84,21 +84,21 @@

URL properties

- + {name()} {.} - +

URL parameters

- + {name()} {.} - +
@@ -121,21 +121,21 @@

URL properties

- + {name()} {.} - +

URL parameters

- + {name()} {.} - +
diff --git a/demo/parameters.html b/demo/parameters.html index 164f4ba..43155e4 100644 --- a/demo/parameters.html +++ b/demo/parameters.html @@ -27,9 +27,9 @@ "> +