@tak-ps/cloudtak
v12.113.0
Published
``` npm install ```
Downloads
2,524
Readme
TAK-PS-Stats Web UI
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintGenerated TypeScript Definiton File
The WebUI TypeScript definitions are built directly from the Swagger output of the server. With the server running locally on port 5001, run the following
npm run typegenGenerate Plugin API docs
Generate TypeDoc output for the exported plugin API in plugin.ts with:
npm run docThe generated HTML documentation is written to dist/typedoc/.
On tagged releases, the release workflow also deploys this output to GitHub Pages.
