Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
/ modular-ujs Public archive
forked from hauleth/vanilla-ujs

Rails UJS as ES6 modules without jQuery

License

Notifications You must be signed in to change notification settings

sakamies/modular-ujs

 
 

Repository files navigation

Rails UJS as Javascript modules without jQuery

Requires support for element.matches & CustomEvent. I didn't want to include polyfills because I think every npm module should not include its own polyfills, that will bloat projects. Polyfill as needed.

TODO

Install

npm install modular-ujs

Contribute

Clone repo

$ git clone https://github.com/sakamies/modular-ujs
$ cd modular-js/

Install dependencies

$ npm install

TODO: add webpack & babel so you can build this

Run tests

$ npm run test

Thanks to the original authors of Vanilla UJS

License

MIT License, see LICENSE file.

About

Rails UJS as ES6 modules without jQuery

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.1%
  • HTML 0.2%