0

我已经使用以下命令设置了一个空白应用程序并在 android 模拟器中成功运行

npm install -g vue-native-cli
vue-native init test1 // Initializes crna project
cd test1

npm start

http://localhost:19002/中,我单击“在 Android 设备/模拟器上运行”,博览会显示空白应用程序“打开 App.js 以开始使用您的应用程序!”

我看到有一个 helloworld 应用程序 https://vue-native.io/getting-started.html

但是上面的链接没有提到 app.js,所以我不明白如何开始构建一个 helloworld 应用程序。

任何人都知道我错过了什么?

4

1 回答 1

0

您必须将app.js替换为app.vue。您的文件夹必须如下所示: https://i.imgur.com/TzMv95r.png

于 2018-12-29T15:58:25.357 回答