Files
ccc-obfuscated-code/node_modules/chance/docs/usage/bower.md
Pipi Chen b8a3516cd6 update
2020-05-07 01:02:44 +08:00

313 B

bower

Chance can be easily installed with Bower

bower install chance

then in the HTML of your app:

<!-- Load Chance -->
<script type="text/javascript" src="bower_components/chance/chance.js"></script>
<script>
  // Use Chance
  alert(chance.string());
</script>