LoginSignup
4
5

More than 5 years have passed since last update.

Angular + Coffeescript + Jade + Stylus + Livereloadのスケルトンを書いた

Posted at

angularには様々な雛形が存在してますが、coffeescriptとlivereloadをシンプルに使いたかったので自分で書きました。
endows/angular-startup

使い方

# install
git clone https://github.com/endows/angular-startup myApp
cd myApp
npm install
gulp
# http://localhost:8000

機能

coffee,jade,stylusのビルド&自動インクルード

わざわざ読み込まなくても自動的にコンパイルして読み込みます。

bowerを自動ロード

インストールは簡単だが読み込むのはめんどくさいbowerも自動で読み込みます。順序が指定されていれば、それの通りに。

ディレクトリ構造

myApp
|--jade 
|--coffee
|--styl  #これらのディレクトリにファイルを入れると、ビルドする
|--public #ビルドされたhtml,js,cssが入る
|--lib    #bowerライブラリが入る

問い合わせ

質問、要望、相互フォロワー募集中
@kyouzyuuuuuuuu1

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5