Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 653 Bytes

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.