0.3.0 • Published 6 years ago

browserified-buble v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

browserified

Build Status donate

Available modules

packageversion
pugversion
postcssversion
lessversion
postcss-cssnextversion
bubleversion
typescriptversion

Usage

These modules are bundled in UMD format, for example:

<script src="https://unpkg.com/browserified-pug"></script>

<script>
  pug.render('#id content')
</script>

You can still use it as CommonJS module:

const pug = require('browserified-pug')

You can use all these modules by prefixing browserified-.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

browserified © EGOIST, Released under the MIT License. Authored and maintained by EGoIST with help from contributors (list).

egoistian.com · GitHub @egoist · Twitter @_egoistlily