stencil-todomvc-to-post-message
v0.1.0
Published
[![Build Status](https://travis-ci.org/derkoe/stencil-todomvc.svg?branch=master)](https://travis-ci.org/derkoe/stencil-todomvc)
Downloads
1
Readme
Stencil • TodoMVC
Link to Stencil TodoMVC appliation
This is a TodoMVC implementation in Stencil.
Stencil is a compiler for building fast web apps using Web Components.
Stencil Resources
Support
Implementation
The application is structured in four components:
- todo-app - handles all data and represents the whole application
- todo-list - shows the list of todos
- todo-item - shows the todo item and handles editing and deleting
- todo-footer - the footer with the count, filters and "clear completed" action
Running / Building
Run the application with in dev mode (watch is active, opens browser):
npm run start
Build the app with:
npm run build
Open stuff
- run test suite
Credit
Created by Christian Köberl