摘要: mkdir myproject/src -p cd myproject pnpm i lit typescript tsconfig.json: { "compilerOptions": { "target": "ES2020", "experimentalDecorators": true, "u 阅读全文
posted @ 2024-08-18 11:07 卓能文 阅读(23) 评论(0) 推荐(0)
摘要: pnpm create vite@latest my-project -- --template lit cd my-project pnpm install -D tailwindcss postcss autoprefixer sass-embedded npx tailwindcss init 阅读全文
posted @ 2024-08-18 09:40 卓能文 阅读(98) 评论(0) 推荐(0)
摘要: src/my-counter.ts: import { LitElement, css, html } from "lit"; import { customElement, property } from "lit/decorators.js"; import { styleMap } from 阅读全文
posted @ 2024-08-18 07:40 卓能文 阅读(54) 评论(0) 推荐(0)