下载最新版webstorm,

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

附vs插件 NTVS 详细介绍

安装好以后就需要配置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,原因是目前渲染最快的模板引擎,

国外详细测试

国内简单测试

相关文章:

  • 2021-07-04
  • 2021-10-16
  • 2022-01-15
  • 2021-12-07
  • 2021-11-19
  • 2022-01-01
  • 2021-12-01
  • 2021-09-24
猜你喜欢
  • 2021-05-05
  • 2021-12-27
  • 2021-08-15
  • 2021-09-23
  • 2021-11-15
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案