Files
shap--shap/javascript/developer-docs.md
T
2026-07-13 13:22:52 +08:00

277 B

Starting the dev server (for local development)

npm run dev

Building the package

npm run build

Publishing the package to npm

A new shapjs version can be published to npm:

npm run pub