Update README.md
This commit is contained in:
parent
8f68831722
commit
745c738fca
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue