svelte-datatable
DataTable for Svelte with Materialize
File Explorer
Download Latest Version (.zip)- index.html
- data.js
- index.js
- index.js
- data-grid.js
- DataTable.svelte
- debounce.js
- local.js
- main.js
- Paginate.svelte
- .babelrc
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
- rollup.config.js
# Installation Guide
git clone https://github.com/Kiho/svelte-datatable
Downloads the entire project code from GitHub to your computer.
cd svelte-datatable
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g now
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g surge
Installs the package published on the npm registry globally β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm install -g now
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g surge
Installs the package published on the npm registry globally β no need to clone the source.
npm run build
Builds optimized production files.
Pulled directly from this repo's README.
