nativescript-vue / nativescript-vue.org

NativeScript-Vue website
https://nativescript-vue.org/
MIT License
115 stars 157 forks source link

Add bundle flag to the tns preview command #291

Closed rdord closed 3 years ago

rdord commented 5 years ago

I had an issue with not knowing why nativescript-vue is not working with the Preview app on the iOS and it was because I went through the quick start and it didn't specify to use the --bundle flag that is responsible for running webpack, which compiles the .vue files.

When searching the web I found that other people also had this issue.

nativescript-vue-bot commented 5 years ago

Deploy preview for nativescript-vue ready!

Built with commit 6d8c7bdf2a55dd3b7c4509ce442cfd54916d6033

https://deploy-preview-291--nativescript-vue.netlify.com

rigor789 commented 5 years ago

Make sure you're on the latest version, --bundle is the default workflow in the latest version of NativeScript, and it is not required anymore.

rdord commented 5 years ago

@rigor789 I read that and that's why I thought I don't need the flag at first but I have nativescript 6.1.2 and nativescript-vue 2.4.0 and still had the issue without it.