An open API service indexing awesome lists of open source software.

https://github.com/hikarock/electron-layout-boilerplate

:triangular_ruler: Electron のアプリでよくあるレイアウトの雛形
https://github.com/hikarock/electron-layout-boilerplate

electron stylus

Last synced: 10 months ago
JSON representation

:triangular_ruler: Electron のアプリでよくあるレイアウトの雛形

Awesome Lists containing this project

README

          

# electron-layout-boilerplate

[Stylus](http://stylus-lang.com/) を使用した Electron でよくあるレイアウトの雛形。

## よくあるレイアウトとは

- header, footer の高さは固定
- nav の幅が固定で main の幅が可変
- nav, main の高さは可変でスクロール可能
- nav, main の幅はバーをドラッグで変更可能

![sample](https://cloud.githubusercontent.com/assets/236607/17269044/a52f14b0-5678-11e6-91e7-9aa41977513a.png)

## コンパイル

```
$ npm run build
```

## Electron 起動

```
$ npm start
```