chore: update links to WebComponent.io
This commit is contained in:
parent
f12bb73fc8
commit
b3695f7219
7 changed files with 8 additions and 8 deletions
|
@ -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 |  |
|
| [`create-mcfly`](https://ayco.io/n/create-mcfly) | Script for scaffolding a new McFly workspace |  |
|
||||||
|
|
||||||
## 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 />
|
||||||
|
|
|
@ -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/)
|
||||||
|
|
||||||
|
|
|
@ -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/)
|
||||||
|
|
||||||
|
|
|
@ -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/)
|
||||||
|
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
@ -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"];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue