Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
limettejs/limetteWorks with
•JSR Score64%•This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers




Downloads1/wk
•Published7 months ago (0.2.3)
The JavaScript full-stack framework for Web Components (Lit) and Deno.
Documentation | Getting started | API Reference
Limette
Limette is a full-stack JavaScript framework for Web Components and Deno.
✨ Features
- Web Components (with Lit) on browser
- Deno on server
- Island-based architecture
- File system routing
- Tailwind and TypeScript support out of the box
Create a new Limette project
Run this command:
deno run -A jsr:@limette/init
Start a project (dev mode)
deno task dev
Build a project
deno task build
Start a project
deno task start
Built and signed on
GitHub Actions
Add Package
deno add jsr:@limette/core
Import symbol
import * as core from "@limette/core";
Import directly with a jsr specifier
import * as core from "jsr:@limette/core";
Add Package
pnpm i jsr:@limette/core
pnpm dlx jsr add @limette/core
Import symbol
import * as core from "@limette/core";
Add Package
yarn add jsr:@limette/core
yarn dlx jsr add @limette/core
Import symbol
import * as core from "@limette/core";
Add Package
vlt install jsr:@limette/core
Import symbol
import * as core from "@limette/core";
Add Package
npx jsr add @limette/core
Import symbol
import * as core from "@limette/core";
Add Package
bunx jsr add @limette/core
Import symbol
import * as core from "@limette/core";