前端常用技术文档及官方网站整理
2022-08-03 11:09:05
84
{{single.collect_count}}

ECMAScript 6的规格

http://www.ecma-international.org/ecma-262/6.0/

 

Node

官网 https://nodejs.org/en/

中文网 http://nodejs.cn/

 

NPM  

官网 https://www.npmjs.com

中文网 https://www.npmjs.com.cn/

 

 

gulpjs

官网 https://gulpjs.com/

中文网 https://www.gulpjs.com.cn/

 

SCSS 

官网 https://sass-lang.com/

中文网 http://sass.bootcss.com/

 

 

VSCode 

插件推荐

 

Prettier  

VSCode中前端代码的格式化插件

 

open in browser

vscode不像IDE一样能够直接在浏览器中打开html,而该插件支持快捷键与鼠标右键快速在浏览器中打开html文件,支持自定义打开指定的浏览器,包括:Firefox,Chrome,Opera,IE以及Safari

 

Debugger for Chrome

映射vscode上的断点到chrome上,方便调试

 

Color Info

本地调试开发

本地简单http服务 Node插件  http-server 的安装和使用

https://www.npmjs.com/package/http-server

 

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}