Slickgrid-Vue - Bootstrap 5 Demo with i18n
Please note that some of the npm packages that are installed in these demos are optional and are installed only for demo purposes. If you don't need any of the feature desribe below, then don't install it (remove it from your package.json
) and you'll end up with a much smaller production build.
Again please note that the following dependencies are totally optional
Package Name | Version | Description |
---|---|---|
@slickgrid-universal/composite-editor-component | Composite Editor Modal Component | |
@slickgrid-universal/custom-tooltip-plugin | Custom Tooltip Plugin | |
@slickgrid-universal/excel-export | Export to Excel Service (xls/xlsx) | |
@slickgrid-universal/text-export | Export to Text File Service (csv/txt) | |
@slickgrid-universal/graphql | GraphQL Query Service (support Filter/Sort/Pagination) | |
@slickgrid-universal/odata | OData Query Service (support Filter/Sort/Pagination) |
git clone https://github.com/ghiscoding/slickgrid-vue-demos
cd slickgrid-vue-demos
npm install # OR yarn install
npm dev # OR yarn start
Then open your browser to
http://localhost:7070
run build # OR yarn run build