Development
...
Getting Started
Installation
2 min
signumjs can be used in any modern browser (should even work with ie10) and nodejs (version 12+) as it is also available as bundled javascript it can be used in pure html/css/js applications or even by other web application stacks with php, asp net, jsp the recommended way is to use signumjs with a package manager so, you can easily import it in projects build, e g react, angular, vue, svelte, nextjs, nuxtjs, nestjs, etc in most cases it is sufficient to install the https //www npmjs com/package/@signumjs/core package, as this offers all you need out of the box npm npm i @signumjs/core yarn yarn add @signumjs/core good to know the library is entirely written in typescript using modern tooling, i e decent ides like https //code visualstudio com/ or https //www jetbrains com/webstorm and package manager will give you full support of typing, making development with signumjs much easier and more productive it's also possible to install signumjs as a minified bundle in your web project using the \<script/> element this is most useful in scenarios when you use pure (vanilla) html/css/js without any framework, or using it in e g in wordpress or any non pure javascript web applications