Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudifa/vite-lit-v2-template
- Owner: rudifa
- Created: 2022-05-13T20:27:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T21:43:57.000Z (about 2 years ago)
- Last Synced: 2024-10-07T01:41:46.929Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)