Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 424 Bytes

前端工具

前端开发过程中需要用到的工具。包括:

  1. editorConfig
  2. 包管理工具 npm
  3. 格式化工具 eslint/prettier
  4. 代码打包工具 webpack
  5. 代码转译工具 babel

冷知识

  • 配置文件的后缀 rcrun command 的缩写

个人约定

  • 总览 使用 AAA-start.md命名,AAA为了排序在最上。
  • PBP(private best practices) 私人最佳实践