We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
配置淘宝源,提高NodeJS组件的安装速度
npm --registry https://registry.npm.taobao.org info underscore
如果使用atom开发,可以使用atom的snippets功能,将一些常用的代码做成模板,提高开发速度。我的一些常用的snippets放在了document\snippets.cson文件里面,大家可以参考一下定义自己的代码模板。
开发的时候在config/index.js中定义自己的proxyTable,这样前端就能调用到单独启动的后端工程。