0.1.3 • Published 10 years ago

qiita-coat v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Qiita:Coat Build Status

The UI components for Qiita.
http://increments.github.io/qiita-coat/

Install

# As a bower package
$ bower install increments/qiita-coat --save

# As a npm package
$ npm install increments/qiita-coat --save

Usage

See files in /scss for more details.

@import "qiita-coat/scss/avatars";
@import "qiita-coat/scss/grid";
@import "qiita-coat/scss/markdown";

Development

There are some npm tasks for developers.

npm run setup

Set up your environment to develop this project.

$ npm run setup

npm run build

Build JavaScripts and Stylesheets.

$ npm run build

npm run start

Launch a development server on http://127.0.0.1:9292.

$ npm run start

npm run watch

Start to watch changes of assets to automatically compile them.

$ npm run watch

npm run build-pages

Build static files into ./build directory.

$ npm run build-pages

npm run deploy-pages

Push static files in ./build directory for GitHub Pages.

$ npm run deploy-pages
0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago