0
点赞
收藏
分享

微信扫一扫

vue学习笔记二:vue系统性学习笔记之HBuilder X框架搭建

夏木之下 2022-02-16 阅读 68

VUE官网:Vue 实例 — Vue.js

XBuilder X:HBuilderX-高效极客技巧

安装:

创建项目: 

目录结构: 

运行打包:

 

异常问题:

1.main.js:1 Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.

解决办法:

修改index.html中main.js的引用路径,绝对路径改成相对路径。

2. Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".

解决办法:

Failed to resolve module specifier “vue”.

举报

相关推荐

0 条评论