Skip to content

前端开发 开发技巧

李昌文 edited this page Nov 11, 2018 · 2 revisions

开发技巧

NodeJS配置

配置淘宝源,提高NodeJS组件的安装速度

npm --registry https://registry.npm.taobao.org info underscore

Atom配置

如果使用atom开发,可以使用atom的snippets功能,将一些常用的代码做成模板,提高开发速度。我的一些常用的snippets放在了document\snippets.cson文件里面,大家可以参考一下定义自己的代码模板。

调用后端API

开发的时候在config/index.js中定义自己的proxyTable,这样前端就能调用到单独启动的后端工程。