modulex
v1.9.4
Published
A module registration and load library
Downloads
104
Readme
modulex
A module registration and load library
docs
en-us
- api: https://github.com/modulex/modulex/blob/master/docs/en-us/api.md
- how to catch error: https://github.com/modulex/modulex/blob/master/docs/en-us/tutorial/catch-error.md
中文
- api: https://github.com/modulex/modulex/blob/master/docs/zh-cn/api.md
- 总体介绍: https://github.com/modulex/modulex/blob/master/docs/zh-cn/tutorial/overview.md
- importStyle 使用: https://github.com/modulex/modulex/blob/master/docs/zh-cn/tutorial/import-style.md
contribution
prepare development environment
- npm install
- npm start
modify code
- modify source file inside lib
run test cases
- 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
pull request
- file an issue: https://github.com/modulex/modulex/issues/new
- then pull request