Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudifa/vite-lit-v2-template

Starter template for simple Lit projects built with Vite and using decorators
https://github.com/rudifa/vite-lit-v2-template

Last synced: 24 days ago
JSON representation

Starter template for simple Lit projects built with Vite and using decorators

Awesome Lists containing this project

README

        

# Starter template for simple Lit projects built with Vite and using decorators

[![Netlify Status](https://api.netlify.com/api/v1/badges/8d7f0c01-ce5b-4766-8474-61c733fa498a/deploy-status)](https://app.netlify.com/sites/vite-lit-v2-template/deploys)

> Ready to run in dev mode, and to build and preview the site in a browser.

> Configured to use decorators @customElement, @property, @state, e.t.c.

> Created with `npm create vite@latest vite-app-lit -- --template lit` and expanded by [rudifa](https://github.com/rudifa).

### References:

[Lit](https://lit.dev/)

[Vite Next Generation Frontend Tooling](https://vitejs.dev/)

[Vite Getting Started](https://vitejs.dev/guide/)

[Vite.js Tutorial – How to Install and Use Vite in Your Web Projects](https://www.freecodecamp.org/news/get-started-with-vite/)