Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soul-master/vite-lit
https://github.com/soul-master/vite-lit
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soul-master/vite-lit
- Owner: Soul-Master
- Created: 2023-01-01T03:31:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T13:44:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T23:32:47.530Z (2 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lit Element + Vite
Created with [vitejs](https://github.com/vitejs/vite) using [template-lit-element-ts](https://github.com/vitejs/vite/tree/main/packages/create-app/template-lit-element-ts).
- ✅ Github Pages
- ✅ ES Modules
- ✅ Github Actions[Online Demo](https://rodydavis.github.io/vite-lit-element-starter/)
## Getting Started
Start the dev server:
`npm run start`
Create a production build:
`npm run build`
Serve the build directory:
`npm run serve`