Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seajs/examples
- Owner: seajs
- Created: 2013-02-11T01:58:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T09:50:05.000Z (about 8 years ago)
- Last Synced: 2024-08-01T16:37:01.350Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 637
- Watchers: 118
- Forks: 734
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.