rn-svelte-table
v0.0.1006
Published
A reusable Svelte table library
Downloads
6
Maintainers
Readme
RnSvelteTable
Holder
Documentation can be found here.
NPM package can be found here.
Development
Holder
npm run dev
npm run dev -- --open
Documentation
Holder
docsify serve docs
- Open browser http://localhost:3000
- Grammar Files
Building
To build your library:
npm run package
To create a production version of your showcase app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
Publishing
Go into the package.json
and give your package the desired name through the "name"
option. Also consider adding a "license"
field and point it to a LICENSE
file which you can create from a template (one popular option is the MIT license).
To publish your library to npm:
npm publish