A reference implementation of TodoMVC using the current beta1 versions of Dojo packages.
@dojo/cli
must be installed globally:
npm install @dojo/cli -g
To use todo-mvc
, clone the examples
repository and install the npm dependencies:
git clone https://github.com/dojo/examples
cd examples/todo-mvc
npm install
To run the application simply run the dojo build.
dojo build app
To watch and serve the application source, then run the build with the -w
command.
dojo build app -w -s
This package demonstrates how to build a simple application using Dojo widgets.
It is an example of:
- Custom widgets using
@dojo/widget-core
- Applying CSS to widgets
- Using
@dojo/router
We appreciate your interest! Please see the Dojo Meta Repository for the Contributing Guidelines and Style Guide.
To start working with this package, clone the repository and run npm install
.
In order to build the project run dojo build
.
Test cases MUST be written using Intern using the Object test interface and Assert assertion interface.
You can test TodoMVC locally using the @dojo/cli-test-intern
command:
dojo test -a
© 2018 JS Foundation. New BSD license.