Update README.md

This commit is contained in:
Ayo Ayco 2023-10-12 22:07:43 +02:00 committed by GitHub
parent 8f68831722
commit 745c738fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ We want a way to:
**1. `src/pages`** **1. `src/pages`**
- file based routing for `.html` files - file based routing for `.html` files
- directly use custom elements (no registry maintenance needed) - directly use custom elements (no registry maintenance needed)
- use `<script server:setup>` to define logic that runs on the server, which then gets stripped away
**2. `src/components`** **2. `src/components`**
- custom element constructor class files go here (only `.js` files for now) - custom element constructor class files go here (only `.js` files for now)