Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 993 Bytes

README.rst

File metadata and controls

48 lines (32 loc) · 993 Bytes

websh_front

  • Karax (SPAフレームワーク)
  • Bulma (CSSフレームワーク)

public/index.html がページの起点。 public/index.html から public/js/index.js を読み込んで画面を描画する。

public/js/index.js は以下のビルドによって生成される。 リリースの際はindex.htmlとjsを一緒にtar.gz圧縮してまとめてリリースする。

以下のコマンドを実行する。

# ローカルビルド
nimble build -d:local

# 本番向けビルド
nimble build

リポジトリ直下のREADME を参照。