A CLI for creating new STDF projects. Just run...
pnpm create stdf@latest
# or
npm create stdf@latest
# or
npm init stdf@latest
# or
npx create-stdf@latest
...and follow the prompts.
This is a template using Vite + Svelte + TailwindCSS + STDF. It is based on create-vite and add base TailwindCSS configuration, and STDF configuration.
Omit the separate configuration of TailwindCSS and STDF, and use the template to quickly create a project that can be used directly.
This project is licensed under the MIT License. Feel free to enjoy and contribute to this open-source project.