dufu1991 a59e71b544 [ci]Update workflow file há 2 anos atrás
..
.github a59e71b544 [ci]Update workflow file há 2 anos atrás
scripts 733d37ed06 [demo]Add scripts há 3 anos atrás
src 65be3fba48 [demo]Update english loading demo. há 2 anos atrás
static 09a382180e [demo]Modify svelte kit for github page há 2 anos atrás
CNAME 0b8263b3f8 [demo]Add CHAME file há 2 anos atrás
README.md 9f241d5988 [demo]Update readme há 2 anos atrás
package.json 260989abee [stdf]Add Loading component type and update version to 0.4.6 há 2 anos atrás
postcss.config.js e085377108 [demo]Refactoring using SvelteKit há 3 anos atrás
svelte.config.js 09a382180e [demo]Modify svelte kit for github page há 2 anos atrás
tailwind.config.js 360d564ab5 [demo]v0.4.0 há 2 anos atrás
vite.config.js 1ff1c8fccf [demo]Update for rollup-plugin-stdf-icon 0.0.13. há 2 anos atrás

README.md

STDF Demo

Introduction

This is a demo project for STDF.

It is built with SvelteKit + Tailwind CSS + STDF .

Getting Started

Install the dependencies...

pnpm i
# or
npm i
# or
bun i

Start the development server...

pnpm dev
# or
npm run dev
# or
bun dev

If you wish to start the development server with different components or in English language, please refer to the scripts section in package.json.