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”.