用QToolKit基于MVVM模式开发的TODO示例。 编译准备: npm install 编译: npm run build 运行: node app.js (用浏览器打开:http://localhost:8088/www/index.html) 或 open www/index.html 在线演示:qtk-todo-mvc