2020年5月16日
摘要: { "name": "webpack-study02", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exi 阅读全文
posted @ 2020-05-16 23:16 2Octobering 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1. 安装vue的包 cnpm i vue -S 2. 由于在webpack中,推荐使用 .vue这个组件模板文件定义的组件,所以,需要安装, 能解析这个文件的loader: cnpm i vue-loader vue-template-complier -D , 注意: 若vue-loader是@ 阅读全文
posted @ 2020-05-16 23:11 2Octobering 阅读(140) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-16 16:09 2Octobering 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Babel:帮我们把高级的语法(ES6)转为低级的语法 /* Babel 7.x版本 安装如下 (cnpm i @babel/cli -D) //Babel 自带了一个内置的 CLI 命令行工具,可通过命令行编译文件以core为基础。 "@babel/cli": "^7.8.4", "@babel/ 阅读全文
posted @ 2020-05-16 14:30 2Octobering 阅读(1588) 评论(0) 推荐(0) 编辑