6.1.0 • Published 5 years ago

can-todomvc-test v6.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

can-todomvc-test

This project is used to test a CanJS implementation of TodoMVC.
To use it:

  1. Install it

    npm install can-todomvc-test --save-dev
  2. Import it and pass it your application main element:

    class TodoMVC extends StacheElement {
      static view = "";
      static props = { ... };
    }
    customElements.define("todo-mvc", TodoMVC);
    
    ...
    
    const todoMvcTest = require("can-todomvc-test");
    todoMvcTest(document.querySelector("todo-mvc"));
6.1.0

5 years ago

6.0.0

5 years ago

5.0.1

5 years ago

5.0.0

6 years ago

2.0.0

6 years ago

2.0.0-pre.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago