Licence
ISC
Version
1.0.46
Deps
13
Size
938 kB
Vulns
0
Weekly
76
mms-reporting-library
Starter Package for nswow development
Installation
npx @simple-reporting/base@latest init {{ project-name }}
After installation
cd {{ project-name }}
npm install
Usage
Run dev server:
npm run dev
Build all required files.
npm run build
Important CLI commands
| Command | Description |
|---|---|
npm install |
Installs all packages listed in package.json |
npm run dev |
Starts the development environment including SCSS and JS watcher (Live Reload) |
npm run build |
Generates all CSS and JS files and ZIP packages in .output |
npm run build-app |
Generates the ZIP package for the web application in .output |
npm run build-ldd |
Generates the ZIP package for the editor in .output |
npm run build-pdf |
Generates the pdf CSS and JS in .output |
npm run build-word |
Generates the word CSS in .output |
npm run build-xbrl |
Generates the XBRL/XHTML CSS in .output |
npx srl create component |
Creates a component |
npx srl add components |
Adds predefined components |
npx srl remove components |
Removes one or more components |
npx srl add groups |
Adds predefined groups and their components |
npx srl remove groups |
Removes one or more groups |