Commit graph

72 commits

Author SHA1 Message Date
a068ed25be feat(templates): use latest core 2024-12-27 12:05:24 +01:00
c25c5e03d4 chore: format code 2024-12-19 23:11:07 +01:00
7a8c13ab65 chore(templates): use latest config with compatibilityDate 2024-12-09 19:23:55 +01:00
77a9aa6b19 chore(templates): update nitro version of basic template 2024-12-08 20:55:26 +01:00
f40d7c541b chore(templates): rollback nitro for basic template 2024-12-08 20:47:17 +01:00
f6470e9a58 feat(templates): update basic template dependencies 2024-12-08 20:44:18 +01:00
Ayo Ayco
61e10e701a
fix: temporarily pin to nitropack@2.8 for evalStore not a constructor err (#36)
* fix: check if evalStore is constructor

* deps: pin nitro to 2.8

* chore: remove console.log
2024-03-11 12:51:32 +01:00
Ayo
cd4b341a5f refactor(templates): clean the basic template
- remove author info
- simplify readme
- clean package info
2024-01-11 21:18:45 +01:00
Ayo
0f023b1219 feat(site, templates): use new WebComponent.io features 2023-12-11 17:57:21 +01:00
Ayo
9736015c29 refactor(site, templates): use non-single tag 2023-12-08 17:58:29 +01:00
Ayo
b3695f7219 chore: update links to WebComponent.io 2023-11-27 16:49:38 +01:00
Ayo
f12bb73fc8 feat(site, templates): use NitroConfig.extends 2023-11-25 22:32:26 +01:00
Ayo
2b0f85c2eb refactor(site): update vanilla observed attribute 2023-11-18 01:55:57 +01:00
Ayo
1c38ec8e1e chore(site, templates): remove console.log 2023-11-18 01:49:23 +01:00
Ayo
750a30714d refactor(templates): exact behavior for examples
- made my-hello-world & vanilla-hello-world have the exact same behavior
2023-11-18 01:46:37 +01:00
Ayo
0c1508b228 feat(templates): use vanilla by default 2023-11-18 00:52:32 +01:00
Ayo
0671658197 feat(core): easy prop access on WebComponent v1.12
- update web-component-base to v1.12
- update site and template examples
2023-11-18 00:03:54 +01:00
Ayo
363f2f9201 refactor(template): different prop access examples
- HTMLElement.dataset for vanilla
- WebComponent camelCase counterpart for custom base
2023-11-17 20:53:51 +01:00
Ayo
ac1e839ca4 refactor(site, templates): use HTMLElement.dataset 2023-11-17 20:28:59 +01:00
Ayo
b4c7bab3df feat(site, templates): use HTMLElement.dataset 🤗 2023-11-17 19:15:56 +01:00
Ayo
56ccb672ff feat(templates): code-block support for inline; unique title 2023-11-17 15:24:50 +01:00
Ayo
018aeaac7e feat(templates): use project object in server:setup 2023-11-13 14:52:57 +01:00
Ayo
18263e1fee refactor(site): use const instead of class prop; 2023-11-12 18:01:07 +01:00
Ayo
635337d973 refactor(site, templates): code-block scoped styles 2023-11-12 17:12:18 +01:00
Ayo
0e178fda79 feat(site): use vanilla-hello-world 2023-11-12 16:56:41 +01:00
Ayo
5e6ab37598 feat(templates): better web-component examples
- afterViewInit + scoped stype example
- autocompletion example
2023-11-12 16:41:18 +01:00
Ayo
232d1976f2 feat(templates): use nested setup object in basic template 2023-11-10 22:32:11 +01:00
Ayo Ayco
5be9cea9da feat(templates): add named slot example to basic template (#22) 2023-11-09 11:35:22 +01:00
Ayo
8e265925ac refactor(templates): clean up basic template 2023-10-29 18:56:43 +01:00
Ayo
b7f2ac2620 feat: auto imports 2023-10-29 18:21:43 +01:00
Ayo
60fc0ee053 fix(templates/basic): route function handler 2023-10-28 23:29:41 +02:00
Ayo
5f4019cf0f refactor(cli): rename dev command to serve 2023-10-26 17:46:27 +02:00
Ayo
ad1714a5e5 fix(templates): non-unique custom element class 2023-10-26 17:38:52 +02:00
Ayo
c383ae70fa chore: update commands list for the CLI 2023-10-25 22:40:29 +02:00
Ayo
877a45a44f feat(cli): new commands build, prepare, dev 2023-10-25 22:34:36 +02:00
Ayo
d5ec53f1fb fix: site deps 2023-10-25 22:21:03 +02:00
Ayo
1bc9e6cca3 fix: remove prepare script 2023-10-25 22:16:33 +02:00
Ayo
50bfa7526a fix(site): install @mcflyjs/cli 2023-10-25 22:13:34 +02:00
Ayo
24ffd3f9e2 feat(site, templates): add mcfly prepare script 2023-10-25 21:50:59 +02:00
Ayo
9188eb0812 feat(templates): add back deleted commands section 2023-10-24 14:59:29 +02:00
Ayo
5c72285a78 feat(templates): add more information in the basic template readme 2023-10-24 14:55:17 +02:00
Ayo
26c7241790 refactor(templates): make .js api example 2023-10-24 13:15:46 +02:00
Ayo
2435f34bff feat(templates): add REST API example on basic template 2023-10-24 13:13:01 +02:00
Ayo
5386476c85 chore(site, templates): remove config files 2023-10-24 13:07:59 +02:00
Ayo
15be588e0d feat(site,templates): update route info 2023-10-22 21:07:03 +02:00
Ayo
32db426c06 fix(templates): remove unneeded css rule 2023-10-22 18:13:08 +02:00
Ayo
379b9062b5 style(site, template): remove explicit width 2023-10-22 01:51:23 +02:00
Ayo
331138689e style(template): make width uniform; smaller code-block font 2023-10-22 01:05:30 +02:00
Ayo
ca19fe2ab9 chore(site,templates): add more info in routes 2023-10-22 00:56:53 +02:00
Ayo
90256ee834 chore(basic): remove unneeded template 2023-10-22 00:53:27 +02:00