Skip to content

jsx/jsx-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concepts

  • JSX GUI Toolkit
  • iOS UIKitを参考にインターフェイスを設計
  • 生のDOMやCSSを触らずにすむように
  • ただしレイアウトはCSSの薄いラッパ
  • スマートフォンに最適化
  • PCサポートはChrome/Safariだけでよい

Notes

How to develop

JSX repoの web/example/ にこのリポジトリを clone する。 (またはjsx-uiをmvする)

cd $JSX/web/example
git clone git@github.com:jsx/jsx-ui.git

JSX repoのrootディレクトリで make web && make server。

make web
make server

以下のURLにアクセスする。

open http://localhost:5000/try/example/jsx-ui/example/simulator.html

これで編集 & リロードで開発できる。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published