|
@@ -61,6 +61,8 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
|
|
|
If you have a project configured with Svelte and Tailwind, install directly.
|
|
If you have a project configured with Svelte and Tailwind, install directly.
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
|
|
+bun i stdf -D
|
|
|
|
|
+# or
|
|
|
pnpm i stdf -D
|
|
pnpm i stdf -D
|
|
|
# or
|
|
# or
|
|
|
npm i stdf -D
|
|
npm i stdf -D
|
|
@@ -82,6 +84,8 @@ import { Button } from 'stdf';
|
|
|
You can try using [create-stdf](https://www.npmjs.com/package/create-stdf) to quickly create a project. (beta version)
|
|
You can try using [create-stdf](https://www.npmjs.com/package/create-stdf) to quickly create a project. (beta version)
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
|
|
+bun create stdf
|
|
|
|
|
+# or
|
|
|
pnpm create stdf
|
|
pnpm create stdf
|
|
|
# or
|
|
# or
|
|
|
npm create stdf@latest
|
|
npm create stdf@latest
|