https://github.com/cczx/jsmodule
AMD、CommonJS简单demo实现
https://github.com/cczx/jsmodule
Last synced: 3 months ago
JSON representation
AMD、CommonJS简单demo实现
- Host: GitHub
- URL: https://github.com/cczx/jsmodule
- Owner: CCZX
- Created: 2020-08-10T03:38:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T08:19:25.000Z (over 5 years ago)
- Last Synced: 2025-01-01T05:45:28.822Z (over 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### JavaScript Module
1. `namespace`
2. 闭包
3. `AMD`
4. `CMD`
5. `CommonJS`
6. `ES6`