create-fastgrid
v3.2.4
Published
Create Angular, React, Vue, Svelte or HTML starter projects, tutorials and advanced examples for FastGrid and FastSheet, including data grids, tree grids, virtual scrolling, XLSX spreadsheets and AI.
Maintainers
Keywords
Readme
create-fastgrid
Choose and run the official FastGrid and FastSheet starter generator for Angular, React, Vue, Svelte or plain HTML/JavaScript.
Usage
npm create fastgrid@latest my-fastgrid-appAlternative:
npx create-fastgrid@latest my-fastgrid-appThe CLI asks which generator to run:
| Choice | Generator | Framework |
| --- | --- | --- |
| 1 | create-fastgrid-angular | Angular |
| 2 | create-fastgrid-react | React |
| 3 | create-fastgrid-vue | Vue |
| 4 | create-fastgrid-svelte | Svelte |
| 5 | create-fastgrid-html | HTML and JavaScript |
What the package does
The selector package does not contain all framework templates. It selects and runs one of the official packages:
create-fastgrid-angular
create-fastgrid-react
create-fastgrid-vue
create-fastgrid-svelte
create-fastgrid-htmlThe selected generator then creates the actual project and installs the corresponding wrapper:
Angular → fastgrid-angular
React → fastgrid-react
Vue → fastgrid-vue
Svelte → fastgrid-svelte
HTML → no framework wrapperImportant behavior
This package is intentionally a CLI and does not use a postinstall script.
Installing create-fastgrid does not silently modify another project.
The CLI runs the selected generator through npx:
npx --yes create-fastgrid-react@latest my-appThe selected generator is therefore resolved from the npm registry at the time the command is run.
FastGrid and FastSheet
FastGrid and FastSheet use the same runtime.
FastGrid is a high-performance JavaScript/TypeScript data grid intended for:
- JavaScript data grids;
- HTML data tables;
- tree grids and hierarchical data;
- virtual scrolling over large datasets;
- editing, sorting, filtering and grouping;
- pivot grids;
- formulas and conditional formatting;
- XLSX, CSV, HTML and PDF export;
- AI-assisted data operations
FastSheet is intended for:
- browser spreadsheet and workbook editing;
- XLSX import and export;
- multiple sheets;
- formulas;
- spreadsheet formatting;
- images and charts;
- AI-assisted spreadsheet operations.
Trial and registered runtime
The generated project contains the trial FGridE.js for evaluation.
Production applications must replace it with an externally supplied registered runtime obtained under the appropriate COQsoft license.
The registered runtime and serial code must not be published to npm or GitHub.
Local example server
The advanced examples may contain an optional local Node.js server for demonstrating file, SQL and PDF integration.
The example server is for localhost development only. Do not deploy it to the public internet without adding authentication, authorization, path validation, parameterized SQL, request-size limits, restrictive CORS and secure process isolation.
Documentation
- FastGrid Angular integration
- FastGrid React integration
- FastGrid Vue integration
- FastGrid Svelte integration
- FastGrid HTML & JavaScript integration
- FastGrid product page
- FastSheet product page
- Documentation index and glossary
- API and attribute search
- Live examples
- Licensing
- Prices
- Purchase
License
The create-fastgrid selector CLI is MIT licensed.
The selected create-fastgrid-* generators, framework wrappers and
FastGrid/FastSheet trial or registered runtimes have their own licenses and
notices.
