Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

vue

We are on a mission to help more frontend devs enjoy building apps for the web.
Collective - Host: opensource - https://opencollective.com/vuejs - Website: https://vuejs.org - Code: https://github.com/vuejs

Removing unneeded change events.

github.com/vuejs/todomvc - 6cb6153cdc6f4369bb49b8a9837090949a4072fe authored almost 13 years ago by Aaron Boushley <[email protected]>
Got the binding for the clear completed visibility figured out using a global binding.

github.com/vuejs/todomvc - 3b7250681f0a68548b15d387a413f89c130fdfe0 authored almost 13 years ago by Aaron Boushley <[email protected]>
Optimize the jQuery selectors

github.com/vuejs/todomvc - 625eda442cca4536157f60f8ce49c6c5c954107f authored almost 13 years ago by Sindre Sorhus <[email protected]>
CSS style fixes

github.com/vuejs/todomvc - 654a82ce74783388ec65260beb1769e2e812f742 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Switched from jQuery-tmpl to handlebars.js

Since jQuery-tmpl is depricated

github.com/vuejs/todomvc - e659901d7f8f4acda4787c59a711b5c61a31d8b7 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Switch out [].remove() with [].splice()

github.com/vuejs/todomvc - fb92c298b3a9bccba7a9562bacbdfcca01d50b3d authored almost 13 years ago by Sindre Sorhus <[email protected]>
Remove dependency on store.js

github.com/vuejs/todomvc - e24eae6002599c266398755cb1fec4f83e1db0a2 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Reorder methods and var rename

github.com/vuejs/todomvc - 14895be27353ffb9875efedd57249d468f1ea5b8 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Optimize loop

github.com/vuejs/todomvc - 7708e877df6fd9c02ad9fac3b9d83d014d4ee091 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Code formatting improvements

github.com/vuejs/todomvc - 8ad3e2ddeaefeb54da573b6765cae96f3942e4aa authored almost 13 years ago by Sindre Sorhus <[email protected]>
Moving towards making the clear completed button disappear when there are no completed tasks.

github.com/vuejs/todomvc - 2326f6bc6d53decdf8047f1d6eca963eea33f9ea authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding some styling for completed tasks.

github.com/vuejs/todomvc - cf7f340de3cff25d3278400f4d3979f8ce1c2e5c authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #43 from boushley/backboneRequire

Fix up Backbone.js with RequireJS

github.com/vuejs/todomvc - fd14f902acfbe65c3ef193c12bbf3e5f6939547a authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #44 from boushley/emberjs

Did some fixes to the ember.js app.

github.com/vuejs/todomvc - dc793dc83403aec1ba8fec41a07d3c77a7b10e1c authored almost 13 years ago by Addy Osmani <[email protected]>
Had a floating semi-colon, fixed it.

github.com/vuejs/todomvc - e7744bd8950e9464a0eb7eb7df8daa6dd48c3251 authored almost 13 years ago by Aaron Boushley <[email protected]>
Added localStorage persistence for ember.js.

This is probably not the most graceful implementation, but it should get the job done for the ti...

github.com/vuejs/todomvc - a514894f802c4b56e7ed1de22408727d6d83fd1c authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding count of completed items to the clear button.

github.com/vuejs/todomvc - fa6a26308512baf4cd7ea970e94506bbca98d297 authored almost 13 years ago by Aaron Boushley <[email protected]>
Removing classBinding that is set by default.

github.com/vuejs/todomvc - 778a624b5c6fcb18f222170cfc1b93d3257ba5e0 authored almost 13 years ago by Aaron Boushley <[email protected]>
Converting to the suggested type value.

github.com/vuejs/todomvc - 4cbb36d8c424a5108176aacbbf7c2962737d3536 authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding backbone.js with RequireJS to the list of examples.

github.com/vuejs/todomvc - d5ecd818524d3207c35bc211c8422c50cfbbfa73 authored almost 13 years ago by Aaron Boushley <[email protected]>
Fixing the tooltip.

github.com/vuejs/todomvc - 47bfd6226cdaa5f508b0b2d2d3d64f0af1f48eec authored almost 13 years ago by Aaron Boushley <[email protected]>
Add a comment for the toggleAllComplete method.

github.com/vuejs/todomvc - f13ad9d76e89581029af839d9216dec963aa5c8a authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding checkall functionality to the application.

github.com/vuejs/todomvc - df3ed73f0f374d3e947da15e625aa14246583b3b authored almost 13 years ago by Aaron Boushley <[email protected]>
Updating the template to use the content it has present.

github.com/vuejs/todomvc - ba3a573b1bd74707f20d91002c0b7f54d6a448fc authored almost 13 years ago by Aaron Boushley <[email protected]>
Remove tight coupling of the model to the view.

github.com/vuejs/todomvc - 57c83b0db6b92c0c752b97a752d7dc8fb9348d77 authored almost 13 years ago by Aaron Boushley <[email protected]>
Moving backbone and require app into a more url friendly folder.

github.com/vuejs/todomvc - 0774dd53f2b1ffcd1a26f11fc0db366ccded5d1b authored almost 13 years ago by Aaron Boushley <[email protected]>
Resubmission of Knockback including an upgrade of Knockout to 2.0.0

github.com/vuejs/todomvc - 73c9726a9d1bc339340d6850a380eb07ab476de3 authored almost 13 years ago by Kevin Malakoff <[email protected]>
Merge pull request #41 from boushley/separateStorage

Separate storage fix

github.com/vuejs/todomvc - 7a773a09caf7e3cdbdca623aec164478ce0dfa28 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #39 from boushley/master

Remove tight coupling between model and view.

github.com/vuejs/todomvc - d3047151d0817889e272f5d1bab5515b4fff9f3c authored almost 13 years ago by Addy Osmani <[email protected]>
Ensuring that all apps that use localStorage use a unique name.

github.com/vuejs/todomvc - 95624f6ef161d2cc018b8eeb2d2e49ce81bb68fe authored almost 13 years ago by Aaron Boushley <[email protected]>
Added a check all box. Fixed the tooltip.

github.com/vuejs/todomvc - fb21001a06675a67c3d176e8fef725bd1045da67 authored almost 13 years ago by Aaron Boushley <[email protected]>
Use the normal event bindings to perform the close/blur event. Set content directly in the template.

github.com/vuejs/todomvc - 402f1d721b61efea18352efe4a9a1af48aab8a2e authored almost 13 years ago by Aaron Boushley <[email protected]>
Remove TodoView#remove which does the same thing as the Backbone.View#remove function.

github.com/vuejs/todomvc - dd821d8fd4ab8ae935676b02127d255ebde4fbef authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge branch 'master' of https://github.com/addyosmani/todomvc

github.com/vuejs/todomvc - 28deda76d4f838520ee254180955b2c5834b5b05 authored almost 13 years ago by Aaron Boushley <[email protected]>
Removing unnecessary tight coupling between the view and the model.

github.com/vuejs/todomvc - aab1021971a15002bad0a040cca722616295f100 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #38 from boushley/master

Prevent backbone.js example from unnecessarily polluting the global namespace.

github.com/vuejs/todomvc - d9f25d7cd709658bd639c858f2e160041912cb4a authored almost 13 years ago by Addy Osmani <[email protected]>
Preventing the backbone.js example from unnecessarily polluting the global namespace.

github.com/vuejs/todomvc - 9ca024d4353a238142277e419cbb1d5b1e6f2e08 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #37 from Sequoia/master

Added :focus styles to clear link to allow for keyboard navigation

github.com/vuejs/todomvc - 0a0245451af10def56c840a1d5ddd06873084ad6 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge branch 'master' of https://github.com/addyosmani/todomvc

github.com/vuejs/todomvc - 74e496822c646734946c578e8a9d65baf34544bf authored almost 13 years ago by Sequoia McDowell <[email protected]>
These changes address a keyboard navigation issue which made it impossible to

tab to the "clear all" link. Only CSS was changed save fidel, which needed an
href on the link to...

github.com/vuejs/todomvc - 7074c5459d5399fe8475ccf115522885364a99cd authored almost 13 years ago by Sequoia McDowell <[email protected]>
minor update regarding next release

github.com/vuejs/todomvc - 60185e13e0674a76c6452ee7a8d6eeff5a651dd2 authored almost 13 years ago by addyosmani <[email protected]>
some very minor updates

github.com/vuejs/todomvc - ca967eae4082356152d2edf9459096efb742958d authored about 13 years ago by addyosmani <[email protected]>
Added json2.js

github.com/vuejs/todomvc - 282c89f2ee5a03f8c9fa7a4f8c26f16cecd2bd28 authored about 13 years ago by Florian Fesseler <[email protected]>
Merge pull request #33 from fredwu/master

Implemented a new SpineJS version using CoffeeScript with the latest SpineJS 1.0.5

github.com/vuejs/todomvc - d7f1a1f22436340cab5362de1a5c54c53fd17b12 authored about 13 years ago by Addy Osmani <[email protected]>
Clear the input text field after adding a new entry

github.com/vuejs/todomvc - 7d56ad3fbb2e406b2bc4d4b1ba1283cbeabd3529 authored about 13 years ago by Fred Wu <[email protected]>
Blank entries should not be added

github.com/vuejs/todomvc - d95b22b786de59d3608a687f3fe70c8efa3931c4 authored about 13 years ago by Fred Wu <[email protected]>
Replaced the old Spine implementation

github.com/vuejs/todomvc - 488ddc31741a3043e45b0a308357ca20dcf424eb authored about 13 years ago by Fred Wu <[email protected]>
minor update to readme to reflect switch to ember.js

github.com/vuejs/todomvc - ea52fa706ff5b3d0e00a51c52131bb26106eb759 authored about 13 years ago by addyosmani <[email protected]>
updating sproutcore example to emberjs. Minor changes in namespacing required. Switch from parentViews as required by last release of SC

github.com/vuejs/todomvc - c07982a9cb0c985ea8ed0f88fff2b6692c4b4b3d authored about 13 years ago by addyosmani <[email protected]>
Added pure js version

github.com/vuejs/todomvc - 8c997cfde730d55c9a1632b251d39817d0982e82 authored about 13 years ago by Florian Fesseler <[email protected]>
Implemented a new SpineJS version using CoffeeScript with the latest SpineJS 1.0.5

github.com/vuejs/todomvc - 56a09f6fd1c9ba779d5bfe38184c568f4a417dd3 authored about 13 years ago by Fred Wu <[email protected]>
Update README.md

github.com/vuejs/todomvc - 8d3c03c86399d1f27cade4996fb26f85f0f90594 authored about 13 years ago by Addy Osmani <[email protected]>
Merge pull request #31 from thomasdavis/master

Added an example for Backbone.js and Require.js

github.com/vuejs/todomvc - 8c5e591f67491034f9a11f688246534d5d84b6a6 authored about 13 years ago by Addy Osmani <[email protected]>
Added a example for backbone+requirejs

github.com/vuejs/todomvc - 6151aa69ff6998c194cf8e46a66f82e9098d88ff authored about 13 years ago by Thomas Davis <[email protected]>
My updates to handle the checkbox and to use dijit/InlineEditBox for the todo item.

github.com/vuejs/todomvc - 0ec40115c1f0cd4a6f8f5f106124b76ee454ca5a authored about 13 years ago by Ed Chatelain <[email protected]>
Added support for adding and deleting todo items

Initial setup of Dojo 1.7, using DojoX MVC to bind between a stateful
model and UI elements. Use...

github.com/vuejs/todomvc - d2bd11298aca399c2de10b3a20e99abb99823f77 authored about 13 years ago by James Thomas <[email protected]>
Updating README with changelog since version 0.2 released

github.com/vuejs/todomvc - 01f31768a5364c8ad1688b6dd52efc0b88f5642c authored about 13 years ago by Addy Osmani <[email protected]>
Minor updates to README regarding other apps in the main package

github.com/vuejs/todomvc - 04c17560b6caf75249bc9fac350948d6d37557be authored about 13 years ago by Addy Osmani <[email protected]>
Merge pull request #25 from goldledoigt/master

ExtJS 4 Todo addition

github.com/vuejs/todomvc - a3fd9c962f8a1ad723e5286e4a5608488787b48d authored about 13 years ago by Addy Osmani <[email protected]>
speed of rendering + show/hide clear button + css fix

github.com/vuejs/todomvc - 839abc9a6bc64b6afb285ebf501685eefec1f4f3 authored about 13 years ago by goldledoigt <[email protected]>
Merge pull request #27 from sindresorhus/master

jQuery example - added count on Clear button

github.com/vuejs/todomvc - be29feaf8b3bc4592a938729bbb453ce27be2add authored about 13 years ago by Addy Osmani <[email protected]>
Add count on Clear button

Also some selector caching and other small optimizations.

github.com/vuejs/todomvc - d6dfa8c4f2792c2f9e29bc82aa292f674a2070d4 authored about 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #26 from sindresorhus/master

Adding jQuery-only todo example. This will be more clearly made available in TodoMVC 0.3 along w...

github.com/vuejs/todomvc - 32fdff671a5e96f29b6a3c1610dc6d84ec4537b0 authored about 13 years ago by Addy Osmani <[email protected]>
Add jQuery example

github.com/vuejs/todomvc - 67233f91740bc07f0eb0c13a735f7653825310b6 authored about 13 years ago by Sindre Sorhus <[email protected]>
various fix

github.com/vuejs/todomvc - c3992424f380028aeac02f944991562235952846 authored about 13 years ago by goldledoigt <[email protected]>
various fix

github.com/vuejs/todomvc - 379187246cb396a959c05c62ac30d10013e21b17 authored about 13 years ago by goldledoigt <[email protected]>
localstorage

github.com/vuejs/todomvc - c43aa361abec9353e768299d50c6b77c333ff89a authored about 13 years ago by goldledoigt <[email protected]>
MVC design

github.com/vuejs/todomvc - 8a341229dd79d6b92a3745894dcf03c207c71281 authored about 13 years ago by goldledoigt <[email protected]>
add extjs example

github.com/vuejs/todomvc - 67ac6f966e551830a44833956bfbe00695199f93 authored about 13 years ago by goldledoigt <[email protected]>
Merge pull request #23 from jasonm/master

Quick once-over of the grammar/punctuation in the README

github.com/vuejs/todomvc - b304ba292eb65804fc85b56361b8bbca689ca235 authored about 13 years ago by Addy Osmani <[email protected]>
Spruced up the grammar and punctuation in README

github.com/vuejs/todomvc - a4e0e61cd22ae9d5c1a75f9b626f472573f86a14 authored about 13 years ago by Jason Morrison <[email protected]>
patching broke.js app initialization, preparing index for 0.2 release

github.com/vuejs/todomvc - 8ba31b16112b45592f741aa840009417f7ff2a69 authored about 13 years ago by addyosmani <[email protected]>
minor formatting updates

github.com/vuejs/todomvc - 2faccd98636e431b3754a885e7a8cd1df791a449 authored about 13 years ago by addyosmani <[email protected]>
updating readme for 0.2 pre

github.com/vuejs/todomvc - 88f64f4ec99813c98c07f84044dc6d094a8f8a31 authored about 13 years ago by addyosmani <[email protected]>
merging fidel todo app

github.com/vuejs/todomvc - 0b69fdcae846b9de82d2d149deb23e728e077d7a authored about 13 years ago by addyosmani <[email protected]>
updating backbone todo to use latest jQuery

github.com/vuejs/todomvc - 7d8888e7b804d2673f93dde8c3c3367d81e494d5 authored about 13 years ago by addyosmani <[email protected]>
updating backbone todo to use latest jQuery

github.com/vuejs/todomvc - d343eea260d7bda8d38aa04f05b9b11cd5089e25 authored about 13 years ago by addyosmani <[email protected]>
Merge pull request #20 from jacobmumm/master

quick fix to angular-persistence demo

github.com/vuejs/todomvc - acaab0777a59fea05948ccb1c0fce47a22da95d9 authored about 13 years ago by Addy Osmani <[email protected]>
added persistence clearCompletedItems

github.com/vuejs/todomvc - aa8db405635326ec820fb53bd214f9e816f676f5 authored about 13 years ago by Jacob Mumm <[email protected]>
Merge pull request #19 from jacobmumm/master

New Example using AngularJS + PersistenceJS

github.com/vuejs/todomvc - fed955b1b9f521170da7e4fb06ac623ec1902ea2 authored about 13 years ago by Addy Osmani <[email protected]>
moved angular-persistence example into angular folder

github.com/vuejs/todomvc - 1e6515ff14f4a015611ab478441a5de604f8dc52 authored about 13 years ago by Jacob Mumm <[email protected]>
updating index and readme to reflect addition of broke.js

github.com/vuejs/todomvc - 3049562d512f11d99c4217da3579cded25450e52 authored about 13 years ago by addyosmani <[email protected]>
Merge pull request #16 from brokenseal/master

Adding Broke.js example.

github.com/vuejs/todomvc - 704b7625a62e6222e40eddcde48b7b0b1b2e507b authored about 13 years ago by Addy Osmani <[email protected]>
fixed refresh for asynchronous events

github.com/vuejs/todomvc - 60a3c1c4a6173ae45e5754184a4e467a00d2b8ee authored about 13 years ago by Jacob Mumm <[email protected]>
Added Angularjs-Persistencejs example

github.com/vuejs/todomvc - e1676f6d7eb5eaf7d27db6e7b00c75569f1b4054 authored about 13 years ago by Jacob Mumm <[email protected]>
minor correction to README with respect to JMVC build process

github.com/vuejs/todomvc - f75a7d1e86291beb4a52999c2f6505abda3c6952 authored about 13 years ago by addyosmani <[email protected]>
Added broke.js todo app

github.com/vuejs/todomvc - e467a6e3a17e17d0d5486e96a09e9eb1dc6c109a authored about 13 years ago by Davide Callegari <[email protected]>
Merge pull request #15 from maccman/patch-1

Fix the URL :)

github.com/vuejs/todomvc - 807eedf5a7d93560c5be3a125b5e50f7bbbd35d0 authored about 13 years ago by Addy Osmani <[email protected]>
Fix the URL :)

github.com/vuejs/todomvc - 9f372546f85ab46dcb622b88a5429cc7a63fce9f authored about 13 years ago by Alex MacCaw <[email protected]>
adding link to live previews

github.com/vuejs/todomvc - b4be3d76393f942eb799e5095217f8f28ada708b authored over 13 years ago by addyosmani <[email protected]>
upgrading sproutcore 2.0 example to use jQuery 1.6.4. Adding local copy of jQuery for this purpose as well

github.com/vuejs/todomvc - 6e7e71492b82a1ef70da84750708f9d172b3cdae authored over 13 years ago by addyosmani <[email protected]>
removing duplicate sproutcore entry from index

github.com/vuejs/todomvc - 6db01800cb4d54b16dee76c6d508cea6ef7ee902 authored over 13 years ago by addyosmani <[email protected]>
Merge pull request #12 from dandoyon/angular-cleanup-branch

AngularJS Cleanup/Edits

github.com/vuejs/todomvc - dcfe69c45848ce7da83289e8afa74855ad662d15 authored over 13 years ago by Addy Osmani <[email protected]>
Fixed css styles, added pluralization widget, removed broken links

github.com/vuejs/todomvc - dea0f1cf7d95441a6290dc47d1bb1fb7ac1992ab authored over 13 years ago by dandoyon <[email protected]>
Merge pull request #9 from mayoff/patch-1

sammyjs/index.html - fix localStorage test

github.com/vuejs/todomvc - e320deed754f9d7d74ea5f92f0ebc72cf9b3d602 authored over 13 years ago by Addy Osmani <[email protected]>
sammyjs/index.html - fix localStorage test

github.com/vuejs/todomvc - ea43d08113be318a9bcaaaf3b03c408d0b73d0c2 authored over 13 years ago by Rob Mayoff <[email protected]>
Merge pull request #8 from kazad/backbone_css_fix

Bugfix: Removed reference to missing image file

github.com/vuejs/todomvc - 65514aff62e0e15342815559e7228d1ad7030e10 authored over 13 years ago by Addy Osmani <[email protected]>
Removed reference to missing image file

github.com/vuejs/todomvc - 2935c7af1138b35142d732b0a0f553d6ec53814d authored over 13 years ago by Kalid Azad <[email protected]>
minor correction to readme

github.com/vuejs/todomvc - 9430e8999df962c333e94812b5258b481f46d1e3 authored over 13 years ago by addyosmani <[email protected]>
updating index and readme to account for angularjs addition

github.com/vuejs/todomvc - 0100931b12d14dd56691bb82a0afcacfabacd02f authored over 13 years ago by addyosmani <[email protected]>