@svgrid/create
v1.1.0
Published
Scaffold a Svelte app powered by SvGrid in one command: npm create @svgrid@latest
Maintainers
Readme
@svgrid/create
Scaffold a Svelte app powered by SvGrid - the modern Svelte 5 data grid - in one command.
npm create @svgrid@latest
# or
pnpm create @svgrid
# or
yarn create @svgridInteractive by default. Or pass a directory and template directly:
npm create @svgrid@latest my-app -- --template admin-dashboard
pnpm create @svgrid my-app -t minimalTemplates
| Template | Stack | Best for |
| --- | --- | --- |
| minimal | Vite + Svelte 5 + SvGrid | Dropping a grid into something quickly |
| admin-dashboard | SvelteKit + Tailwind + SvGrid, deploy to Vercel | A real dashboard / internal tool |
Options
| Flag | Description |
| --- | --- |
| --template, -t | minimal or admin-dashboard |
| --force, -f | Scaffold into a non-empty directory |
| --help, -h | Show usage |
Then:
cd my-app
npm install
npm run devAll templates use the free MIT @svgrid/grid core. Add
@svgrid/enterprise for Excel/PDF export, import,
print, pivot, and AI helpers.
SvGrid(TM) is a trademark of jQWidgets Ltd. This package is MIT-licensed.
