Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```