Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seajs/examples

Examples for Sea.js
https://github.com/seajs/examples

Last synced: 4 months ago
JSON representation

Examples for Sea.js

Awesome Lists containing this project

README

        

# Examples for Sea.js

How to Build
------------

First, you should install `spm` and `spm-build`:

```
$ npm install [email protected] -g
$ npm install spm-build -g
```

Then, build it:

```
$ cd static/hello
$ make build
$ make deploy
```

Visit for detail information.