简体   繁体   English

带有 Visual Studio 2017 的 Vue 移动应用程序项目

[英]Vue mobile app project with visual studio 2017

I would like too create a vue mobile app project with visual studio 2017.我也想用 Visual Studio 2017 创建一个 vue 移动应用程序项目。

Im not intressted with xaml i want to use html and javascript only.我不喜欢xaml我只想使用htmljavascript

I notice when i create new project that there is basic vue web application in visual studio 2017.我注意到当我创建新项目时,visual studio 2017 中有basic vue web application

But i want to have a mobile app instead, that mean i would also like to debug this with my samsung.但我想要一个移动应用程序,这意味着我也想用我的三星来调试它。

Dose anyone know how to setup this in visual studio and what type of project i should use.有谁知道如何在 Visual Studio 中设置它以及我应该使用什么类型的项目。

My top two though are: - Vue-NativeScript - Quasar Framework我的前两个是: - Vue-NativeScript - Quasar Framework

Vue-NativeScript is nice because 100% of dependencies you use will work when it's compiled to mobile. Vue-NativeScript 很好,因为当它被编译到移动设备时,你使用的依赖项 100% 都可以工作。 Also, with it you have 100% direct access to all iOS and Android APIs.此外,有了它,您可以 100% 直接访问所有 iOS 和 Android API。

Quasar Framework is my favorite. Quasar 框架是我的最爱。 You can build Responsive Single Page Apps, Server-side Render Apps, Progressive Web Apps, Hybrid Mobile Apps & Electron Apps, all using the same codebase.您可以构建响应式单页应用程序、服务器端渲染应用程序、渐进式 Web 应用程序、混合移动应用程序和电子应用程序,所有这些都使用相同的代码库。

Definitely do as much research as possible before you dive into these two and make sure you're familiar with the cost/benefit if you decide to go with one of them.在深入研究这两个之前,一定要尽可能多地进行研究,如果您决定选择其中之一,请确保您熟悉成本/收益。 Good luck!祝你好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM