sugos-tutorial
v1.1.0
Published
Tutorial for SUGOS
Downloads
19
Readme
sugos-tutorial
Tutorial for SUGOS
日本語コンテンツ
- 00 - SUGOSことはじめ
- 01 - Hello Worldしてみる
- 02 - Event Emitしてみる
- 03 - Browser間でやり取りする
- 04 - Moduleをnpmパッケージ化する
English Contents
- 00 - Let us begin with SUGOS
- 01 - Hello World, as always
- 02 - Using Event Emit
- 03 - Communication betweein Browsers
- 04 - Module as npm package
Contributing
This project itself is a npm package.
To contributing, checkout this project to your local and install dependencies.
git clone [email protected]:realglobe-Inc/sugos-tutorial.git
cd sugos-tutorial
npm install
Then, edit articles under src
directory and run
./ci/build.js
This will render articles into dist
directory.