@finviet-jsrpt/studio-dev

3.0.2 • Public • Published

@finviet-jsrpt/studio-dev

version npm

Utils for developing jsreport studio extensions

jsreport-studio-start

jsreport-studio-start starts the jsreport studio in the development mode with hot reloading used for developing custom extensions.

jsreport-studio-build

jsreport-studio-build command should be run from the main extension directory. It automatically locates studio/main_dev.js and build it. The most common approach is to run it from the package.json prepublish script. It's also recommended to additionally install and use in-publish module to assure the jsreport-studio-build does run only during npm publish.

"scripts": {
    "prepublish": "in-publish && jsreport-studio-build || not-in-publish"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @finviet-jsrpt/studio-dev

Weekly Downloads

0

Version

3.0.2

License

MIT

Unpacked Size

17 kB

Total Files

8

Last publish

Collaborators

  • ngocqui