Files

16 lines
257 B
Markdown
Raw Permalink Normal View History

2026-05-23 14:05:22 +08:00
# demo1-components
## 使用
```bash
pnpm add @lingshu/demo1-components
```
```typescript
// main.ts
import LingshuDemo1Components from "@lingshu/demo1-components";
import "@lingshu/demo1-components/dist/index.css";
app.use(LingshuDemo1Components);
```