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