Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 345 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 345 Bytes

Examples for Sea.js

http://seajs.github.io/examples

How to Build

First, you should install spm and spm-build:

$ npm install spm -g
$ npm install spm-build -g

Then, build it:

$ cd static/hello
$ make build
$ make deploy

Visit http://docs.spmjs.org/ for detail information.