https://github.com/spring-raining/tbf06-draft
Vivliostyleで本を作ろう Vol.1
https://github.com/spring-raining/tbf06-draft
Last synced: 10 months ago
JSON representation
Vivliostyleで本を作ろう Vol.1
- Host: GitHub
- URL: https://github.com/spring-raining/tbf06-draft
- Owner: spring-raining
- Created: 2019-03-24T00:03:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T01:28:09.000Z (about 7 years ago)
- Last Synced: 2025-09-01T02:00:39.649Z (10 months ago)
- Language: HTML
- Homepage: https://techbookfest.org/event/tbf06/circle/46140004
- Size: 11.7 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vivliostyle - Vivliostyle で本を作ろう Vol.1
README
# Vivliostyleで本を作ろう Vol.1
### セットアップ
```
npm install (or) yarn install
```
### HTML/CSSビルド
~~原稿保存ディレクトリ(`content/`)はgitリポジトリから省いています。「Vivliostyleで本を作ろう Vol.1」を購入し、電子版データを入手することで本は完成します。(宣伝)~~
原稿コンテンツを公開しました! プレビューはこちらから→ https://github.com/vivliostyle/vivliostyle_doc/tree/gh-pages/ja/vivliostyle-user-group-vol1
```
npm run gulp (or) yarn gulp
```
トランスパイルされたファイルは`dest/`にあります。
### ファイルの変更を監視して更新
```
npm run watch (or) yarn watch
```
### 完成原稿をプレビュー
要Chrome(Chromium)
```
npm run preview (or) yarn preview
```
### PDFビルド
要Chrome(Chromium)
```
npm run build (or) yarn build
```