@tibco/spotfire-mods-dev-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Mods development server by TIBCO Spotfire®

With Spotfire Mods, you can include custom visualizations in your Spotfire® applications much faster by integrating JavaScript visualizations. Create your own visualizations that look and feel like the native Spotfire visualizations, and that leverage the built-in capabilities of Spotfire.

This package is a simple web server with the aim to speed up mod development. It mimics the behavior of the Spotfire Mods sandbox. It is the default server used by the developer examples in the Spotfire Mods GitHub repository.

Invoke the following command from a package.json script to start the server:

mods-dev-server <source folder name>

How to use from node:

const modsDevServer = require("@tibco/spotfire-mods-dev-server");
modsDevServer.start({root: "./dist"});

Readme

Keywords

Package Sidebar

Install

npm i @tibco/spotfire-mods-dev-server

Weekly Downloads

21

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

19.4 kB

Total Files

8

Last publish

Collaborators

  • hpeters
  • nderoche
  • objerke