Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syi0808/vite-lit-11ty-ssr-boilerplate
https://github.com/syi0808/vite-lit-11ty-ssr-boilerplate
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/syi0808/vite-lit-11ty-ssr-boilerplate
- Owner: syi0808
- Created: 2024-06-15T12:48:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T15:04:32.000Z (4 months ago)
- Last Synced: 2024-10-11T02:41:57.708Z (29 days ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty and Lit and Vite and SPA(vaadin-router)
This repo is an example of using 11ty and Lit and Vite and SPA(vaadin-router) together.
## Reference (almost using code)
- https://github.com/e111077/11ty-lit
- https://github.com/matthiasott/eleventy-plus-vite## Technologies
- [Lit](https://lit.dev)
- [11ty](https://www.11ty.dev/)
- [11ty-islands](https://github.com/11ty/is-land)
- [@lit-labs/ssr](https://github.com/lit/lit/tree/main/packages/labs/ssr)
- [@lit-labs/eleventy-plugin-lit](https://github.com/lit/lit/tree/main/packages/labs/eleventy-plugin-lit)
- [Vite](https://vitejs.dev/)
- [SPA(vaadin/router)](https://github.com/vaadin/router)## Quickstart
Dev mode:
```bash
yarn
yarn start
```Prod mode:
```bash
yarn
yarn build
yarn serve
```