Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frontainer/styleguide-template
AngularJSを使ったスタイルガイドテンプレート
https://github.com/frontainer/styleguide-template
Last synced: about 7 hours ago
JSON representation
AngularJSを使ったスタイルガイドテンプレート
- Host: GitHub
- URL: https://github.com/frontainer/styleguide-template
- Owner: frontainer
- License: mit
- Created: 2014-08-03T04:48:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-05T01:43:53.000Z (over 10 years ago)
- Last Synced: 2025-01-18T01:35:22.343Z (19 days ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
styleguide-template(β)
===================AngularJSを使ったスタイルガイドテンプレート
## デモ
[http://frontainer.com/styleguide-template/](http://frontainer.com/styleguide-template/)## 使い方
index.htmlにガイドの元となるCSSを読み込む
下記のルールで内にマークアップする
見出し
このスタイルの説明文
送信
以上!
デザインの変更はng-styleguide.cssを編集すれば可能です。
## Dependence
[google-code-prettify](https://code.google.com/p/google-code-prettify/)## todo
* 空行をうまく空けられるようにしたい
* 見た目の調整
* スムーススクロール## 更新履歴
0.0.3 - 整形をプラグインから独自実装に
0.0.2 - 整形をプラグインを使うように。シンタックスハイライト実装。
0.0.1 - Release. commentディレクティブ追加