Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```