numbers / numbers.js

Advanced Mathematics Library for Node.js and JavaScript
Apache License 2.0
1.77k stars 167 forks source link

How to use number.js in simpe html file, not node dev? #158

Closed mengsumin closed 5 years ago

mengsumin commented 5 years ago

How to use number.js in simpe html file, not node dev?

sjkaliski commented 5 years ago

@mengsumin if you run $ npm run build, a minified JS file will be written to public/numbers.min.js. You can include that directly in your HTML. More details in the README!