Files
shap--shap/javascript/developer-docs.md
2023-06-06 08:25:41 +09:30

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