chore: update links to WebComponent.io

This commit is contained in:
Ayo 2023-11-27 16:49:38 +01:00
parent f12bb73fc8
commit b3695f7219
7 changed files with 8 additions and 8 deletions

View file

@ -55,9 +55,9 @@ The following are the project packages published on the NPM registry:
| [`create-mcfly`](https://ayco.io/n/create-mcfly) | Script for scaffolding a new McFly workspace | ![npm version](https://img.shields.io/npm/v/create-mcfly) | | [`create-mcfly`](https://ayco.io/n/create-mcfly) | Script for scaffolding a new McFly workspace | ![npm version](https://img.shields.io/npm/v/create-mcfly) |
## More info ## More info
This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [Nitro](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [Web Component Base](https://WebComponent.io) class.
**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) **Nitro** is the same production-grade web server powering [Nuxt](https://nuxt.com/)
--- ---
*Just keep building*<br /> *Just keep building*<br />

View file

@ -58,7 +58,7 @@ export default defineConfig({
``` ```
## More info ## More info
This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class.
**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/)

View file

@ -58,7 +58,7 @@ export default defineConfig({
``` ```
## More info ## More info
This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class.
**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/)

View file

@ -55,7 +55,7 @@ export default defineConfig({
``` ```
## More info ## More info
This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://WebComponent.io) class.
**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) **Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/)

View file

@ -1,6 +1,6 @@
/** /**
* Custom element using a minimal Web Component Base class * Custom element using a minimal Web Component Base class
* @see https://ayco.io/n/web-component-base * @see https://WebComponent.io
*/ */
class ClickableText extends WebComponent { class ClickableText extends WebComponent {
onInit() { onInit() {

View file

@ -1,6 +1,6 @@
/** /**
* Custom element using a minimal Web Component Base class * Custom element using a minimal Web Component Base class
* @see https://ayco.io/n/web-component-base * @see https://WebComponent.io
*/ */
class HelloWorld extends WebComponent { class HelloWorld extends WebComponent {
static properties = ["my-name"]; static properties = ["my-name"];

View file

@ -1,6 +1,6 @@
/** /**
* Custom element using a minimal Web Component Base class * Custom element using a minimal Web Component Base class
* @see https://ayco.io/n/web-component-base * @see https://WebComponent.io
*/ */
class MyHelloWorld extends WebComponent { class MyHelloWorld extends WebComponent {
// tell browser which props to cause render // tell browser which props to cause render