摘要: 一、安装vue 二、使用,运行 运行之后有报错: 当前使用的包是runtime-only的包,并不是最全的包,在网页中使用script导入的vue包功能最全,这里的vue功能不全,是严格版的 查找 : node_modules vue -- package.json main 属性:"main": 阅读全文
posted @ 2019-10-20 21:44 1220x 阅读(2513) 评论(0) 推荐(0)
摘要: 一、新建项目 二、包管理管理项目 { "name": "webpack", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified 阅读全文
posted @ 2019-10-20 21:03 1220x 阅读(236) 评论(0) 推荐(0)