Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BigBlueHat/vue-uri

Vue.js + URI.js = a URI Templates playground
https://github.com/BigBlueHat/vue-uri

playground uri-manipulations uri-parser uri-template vue

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# [Vue.js](http://vuejs.org/) + [URI.js](http://medialize.github.io/URI.js/uri-template.html)

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](http://tools.ietf.org/html/rfc6570) 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](http://visionmedia.github.io/mocha/) to run
the tests.