browserified-buble

Browserified Buble

Usage no npm install needed!

<script type="module">
  import browserifiedBuble from 'https://cdn.skypack.dev/browserified-buble';
</script>

README

browserified

Build Status donate

Available modules

package version
pug version
postcss version
less version
postcss-cssnext version
buble version
typescript version

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')

All browserified modules are published under @browserified org.

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).

egoist.sh · GitHub @egoist · Twitter @_egoistlily