Aurelia • TodoMVC
Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.
Requirements:
Clone the repository:
git clone https://github.com/mhoyer/todomvc-aurelia
Install jspm and npm packages:
npm install
jspm install
Simply build, test, bundle, export:
gulp
Run tests and HTTP-server:
gulp watch
- Aurelia TodoMVC source
- TodoMVC home of all TodoMVC apps
- Aurelia Website
- Aurelia Documentation
- Durandal Blog
Let us know if you discover anything worth sharing.
- Following the getting started tutorial: http://aurelia.io/get-started.html
- Attempt to go TDD where possible
- Fixed #5 -
<form>
wrapping - Fixed #10 - FF backslash bug
- Fixed #11 - IE11 support - Object.observe
- Updated Aurelia dependencies to latest 1.0.0-beta.1
- Updated todomvc assets to latest versions
- Prepared all assets (README, learn.json, index.html, etc) to fulfill the Contribution Docs
- Cleaned up obsolete files (
*.src.js
, emptycss/app.css
) - Fixed #6
- Fixed #7
- Fixed #9
- Finished functional implementation to fulfill TodoMVC Application Specification
- Includes bundling (jspm) and exporting (for easy sync with todomvc/examples/aurelia)
- See Issues
Created by Marcel Hoyer