Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nativescript/vue-x-platforms
Vue running on Web, iOS, Android and Vision Pro.
https://github.com/nativescript/vue-x-platforms
android ios nativescript swiftui typescript visionos visionpro vue
Last synced: 29 days ago
JSON representation
Vue running on Web, iOS, Android and Vision Pro.
- Host: GitHub
- URL: https://github.com/nativescript/vue-x-platforms
- Owner: NativeScript
- Created: 2024-01-29T02:31:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T18:51:52.000Z (9 months ago)
- Last Synced: 2024-05-22T23:26:12.188Z (6 months ago)
- Topics: android, ios, nativescript, swiftui, typescript, visionos, visionpro, vue
- Language: Vue
- Homepage: https://twitter.com/NativeScript/status/1753129979716714661
- Size: 599 KB
- Stars: 15
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Vue](https://vuejs.org/) running on Web, iOS, Android and Vision Pro.
https://github.com/NativeScript/vue-x-platforms/assets/457187/3efa0cc7-b2c4-49da-b477-b00fe6fd408f
## Setup
Prerequisites:
- [NativeScript Environment Setup](https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios)
- Install `vision` tagged CLI: `npm install -g nativescript@vision`
- Learn more here: https://docs.nativescript.org/guide/visionos
- [Xcode 15.2 Installed for Vision Pro Simulator](https://developer.apple.com/download/applications/)```bash
npm run setup
```## Run apps
```bash
npm run webnpm run ios
npm run vision
npm run android
```