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 | 29 | 30 | 31 |
Tags
- AIR
- VirtualBox
- MOUNT
- exception
- Linux
- Network
- xampp
- APM
- php5
- VMware
- fstab
- redmine
- Laravel
- Subversion
- vsftpd
- GlusterFS
- MySQL
- php
- 명령어
- BIND
- nateon
- JavaScript
- 라라벨
- Fedora
- ubuntu
- CentOS
- Trac
- ftp
- tw_cli
- httpd.conf
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