Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Vue.js + URI.js = a URI Templates playground
- Host: GitHub
- URL: https://github.com/bigbluehat/vue-uri
- Owner: BigBlueHat
- Created: 2014-07-08T19:03:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T19:32:08.000Z (over 3 years ago)
- Last Synced: 2024-10-04T17:59:58.930Z (3 months ago)
- Topics: playground, uri-manipulations, uri-parser, uri-template, vue
- Language: JavaScript
- Homepage: http://bigbluehat.github.io/vue-uri/
- Size: 758 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.