下载最新版webstorm,

选择此集成开发环境是因为支持性较好,在vs下也有插件支持,不过感觉有些牵强

附vs插件 NTVS 详细介绍

安装好以后就需要配置npm

NPM 国内高速镜像


source: http://npm.cbyun.com/

# speed test
time npm --registry http://npm.cbyun.com install express # result--wtf?
npm --registry http://npm.cbyun.com install express 1.62s user 0.49s system 59% cpu 3.569 total

测试期频繁同步, 稳定后调整为每天凌晨自动同步一次

USAGE

  • 临时使用 npm --registry http://npm.cbyun.com install express

  • 持久使用 修改或者新建~/.npmrc,加入以下一行 registry = http://npm.cbyun.com/

TODO

  • npm-www
  • more test
  • sync with proxy

KNOWN ISSUSE

如果遇到 cache 报错

npm clean cache

=========================================================

关于框架,express不准备应用到nodejs入门学习中

关于模板,纠结了一圈最后选择dot,原因是目前渲染最快的模板引擎,

国外详细测试

国内简单测试

最新文章

  1. struts-tags通用标签基本用法
  2. junit测试,使用classpath和file 加载文件的区别
  3. System.Security.Cryptography.CryptographicException: 指定了无效的提供程序类型
  4. Matlab读入含有特殊分隔符的文件(textread)
  5. Day2 summary
  6. IOS开发-第三方SDWebImage下载网络图片的使用
  7. 重置mysql数据库密码相关方法
  8. yii 创建步骤
  9. C语言基础学习
  10. ubuntu1304下安装boa服务器
  11. Scyther
  12. 动态 DP 学习笔记
  13. Spring Security开发Restful服务
  14. Python3+getopt解析命令行参数
  15. android studio+grade配置构建
  16. mapper.xml中转义
  17. css3的calc()
  18. Le Chapitre IV
  19. TKmath Package gp数据类型
  20. Thinkphp部署

热门文章

  1. is running beyond physical memory limits. Current usage: 2.0 GB of 2 GB physical memory used; 2.6 GB of 40 GB virtual memory used
  2. CentOS 6 安装 python 2.7 和 mod_wsgi 运行pyocr[tesseract]
  3. swift 类和结构体
  4. POJ 1363 Rails
  5. reinstall_xbt: Linux中如何查看文件的最初创建时间
  6. adb permission denied
  7. Maven更新父子模块的版本号
  8. 【Machine Learning】机器学习の特征
  9. ubuntu使用
  10. AssetBundle系列——场景资源之打包(一)