A module registration and load library
- api: https://github.com/kissyteam/modulex/blob/master/docs/en-us/api.md
- how to catch error: https://github.com/kissyteam/modulex/blob/master/docs/en-us/tutorial/catch-error.md
- api: https://github.com/kissyteam/modulex/blob/master/docs/zh-cn/api.md
- 总体介绍: https://github.com/kissyteam/modulex/blob/master/docs/zh-cn/tutorial/overview.md
- importStyle 使用: https://github.com/kissyteam/modulex/blob/master/docs/zh-cn/tutorial/import-style.md
- npm install
- npm start
- modify source file inside lib
- open http://localhost:8000/tests/runner.html to test
- open http://localhost:8000/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:8000/tests/runner.html?coverage to check test coverage
- file an issue: https://github.com/kissyteam/modulex/issues/new
- then pull request