|
|
@@ -2,11 +2,7 @@
|
|
|
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/publish-stdf.yml)
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/releases-stdf.yml)
|
|
|
-[](https://github.com/any-tdf/stdf/actions/workflows/sync-demo.yml)
|
|
|
-[](https://github.com/any-tdf/demo-stdf/actions/workflows/releases-demo.yml)
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/publish-create.yml)
|
|
|
-[](https://github.com/any-tdf/stdf/actions/workflows/publish-icon.yml)
|
|
|
-[](https://github.com/any-tdf/stdf/actions/workflows/publish-md.yml)
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/publish-vscode.yml)
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/sync-gitee.yml)
|
|
|
[](https://github.com/any-tdf/stdf/actions/workflows/releases-site.yml)
|
|
|
@@ -24,8 +20,8 @@
|
|
|
|
|
|
[](https://www.npmjs.com/package/stdf)
|
|
|
[](https://www.npmjs.com/package/create-stdf)
|
|
|
-[](https://www.npmjs.com/package/rollup-plugin-stdf-icon)
|
|
|
-[](https://www.npmjs.com/package/rollup-plugin-md-ts)
|
|
|
+[](https://www.npmjs.com/package/@any-tdf/vite-plugin-svg-symbol)
|
|
|
+[](https://www.npmjs.com/package/@any-tdf/vite-plugin-md-ts)
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=STDF.stdf-vscode-extension)
|
|
|
[](https://github.com/any-tdf/stdf)
|
|
|
[](https://github.com/any-tdf/stdf)
|
|
|
@@ -82,10 +78,18 @@ Libreria di componenti web mobili basata su [Svelte](https://svelte.dev) e [Tail
|
|
|
|
|
|
# Iniziare
|
|
|
|
|
|
+<!-- :::code-groups -->
|
|
|
+<!-- bun -->
|
|
|
+```sh
|
|
|
+bun create stdf@latest
|
|
|
+```
|
|
|
+<!-- :: -->
|
|
|
+<!-- pnpm -->
|
|
|
```sh
|
|
|
pnpm create stdf@latest
|
|
|
```
|
|
|
-
|
|
|
+<!-- :: -->
|
|
|
+<!-- npm -->
|
|
|
```sh
|
|
|
npm create stdf@latest
|
|
|
# o
|
|
|
@@ -93,14 +97,12 @@ npm init stdf@latest
|
|
|
# o
|
|
|
npx create-stdf@latest
|
|
|
```
|
|
|
-
|
|
|
-```sh
|
|
|
-bun create stdf@latest
|
|
|
-```
|
|
|
-
|
|
|
+<!-- :: -->
|
|
|
+<!-- yarn -->
|
|
|
```sh
|
|
|
yarn create stdf@latest
|
|
|
```
|
|
|
+<!-- ::: -->
|
|
|
|
|
|
# Anteprima demo
|
|
|
|