README
browserified
Available modules
package | version |
---|---|
pug | |
postcss | |
less | |
postcss-cssnext | |
buble | |
typescript | |
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- 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