/vue-uri

Vue.js + URI.js = a URI Templates playground

Primary LanguageJavaScript

Eventually a general purpose Vue.js component for creating and managing URI's with or without URI Templates.

Right now, it's mostly a URI Templates RFC 6570 playground.

Development w/Browserify

This repo inlines the CSS and HTML template of each component using the partialify transform, and inserts the CSS with the insert-css module.

To start watch and auto rebuild with watchify, just run npm run dev.

Testing

npm run test will use mocha to run the tests.