Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 명령어
- BIND
- Subversion
- MySQL
- httpd.conf
- MOUNT
- Fedora
- Network
- JavaScript
- VMware
- xampp
- vsftpd
- Linux
- Trac
- redmine
- Laravel
- APM
- fstab
- ubuntu
- php5
- GlusterFS
- tw_cli
- php
- 라라벨
- nateon
- CentOS
- AIR
- ftp
- VirtualBox
- exception
Archives
- Today
- Total
어제와 똑같이 살면서 다른 미래를 기대하지 말자
node-webkit 개발환경 구축 (Windows) 본문
Node-Webkit 개발환경 구축 (windows)
# npm install -g yo
# npm install -g grunt bower
# npm install -g generator-node-webkit
# yo node-webkit
# bower install bootstrap --save
# bower install bootstrap --save
# bower install angular --save
# bower install angular-route --save
# bower install jquery --save
# npm install lowdb --save
# npm install
# bower install
On Linux
# grunt dist-linux // 64bit
# grunt dist-linux32
On Windows
# grunt dist-win
On Mac
# grunt dist-mac
# grunt dist-mac32
Comments