Skip to content

Installation guide

Nathanael CHERRIER edited this page Nov 17, 2016 · 1 revision

You can build your own Nativetable with this project.

Clone the project :

git clone https://git.nathanaelcherrier.com/mindsers/nativetable.git
cd nativetable

Install packages and build sources :

npm install
npm run build

Nativetable library is ready to be import on your project : src/scripts/build/nativetable.min.js

Clone this wiki locally