Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngot/ngmd
A CommonJS Module Loader for the Web!
https://github.com/ngot/ngmd
Last synced: about 1 month ago
JSON representation
A CommonJS Module Loader for the Web!
- Host: GitHub
- URL: https://github.com/ngot/ngmd
- Owner: ngot
- Created: 2014-09-21T15:39:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T16:10:47.000Z (about 10 years ago)
- Last Synced: 2024-10-17T10:29:08.616Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.76 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
###ngMD
[![Build Status](https://travis-ci.org/ngot/ngMD.png?branch=master)](https://travis-ci.org/ngot/ngMD)
####前端CommonJS模块加载器
#####像后端一样加载模块
```
var util = require("util");
```####环境依赖
- Node.js####测试
#####测试前需要安装依赖
```
npm install
```
#####运行测试
```
npm test
```###开发
```
npm start
```