随笔分类 -  Webpack

摘要:工作区设置 IDE Visual Studio Code 插件 "Vetur" : Vue 语法检查及提示 "Prettier Code formatter" : 代码格式化,包括 JavaScript、TypeScript、CSS、Less、Stylus 等语言 "Pug (Jade) snipp 阅读全文
posted @ 2019-03-20 17:36 DaivdAndLemon 阅读(419) 评论(0) 推荐(0)
摘要:安装 1.安装react转译相关依赖包: npm安装: npm install --save-dev babel-core babel-loader babel-preset-es2015 babel-preset-react (推荐) yarn安装: yarn add --dev babel-co 阅读全文
posted @ 2018-07-25 17:58 DaivdAndLemon 阅读(244) 评论(0) 推荐(0)