We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07ea1 commit 5f8fb82Copy full SHA for 5f8fb82
README.md
@@ -110,6 +110,9 @@ npm run build:app
110
```
111
112
这里要单独说一下 Cordova 的打包方式,它比桌面端的稍微特殊一点。
113
+
114
+首先把 src/main.js 文件中三行关于 Coredova 的注释打开,Coredova 库的初始化需要包在生成 Vue 实例 的外面。打开注释以后,再执行接下来的步骤。
115
116
我在项目中放了一个 Makefile,可以根据这个来做。
117
118
1. 首先全局安装 cordova 命令
0 commit comments