{"id":13452142,"url":"https://github.com/GeekyAnts/vue-native-core","last_synced_at":"2025-03-23T19:33:38.103Z","repository":{"id":37815582,"uuid":"122614397","full_name":"GeekyAnts/vue-native-core","owner":"GeekyAnts","description":"Vue Native is a framework to build cross platform native mobile apps using JavaScript","archived":false,"fork":false,"pushed_at":"2022-12-12T11:35:47.000Z","size":2273,"stargazers_count":8318,"open_issues_count":35,"forks_count":296,"subscribers_count":167,"default_branch":"master","last_synced_at":"2025-03-18T20:04:02.371Z","etag":null,"topics":["android","framework","ios","javascript","mobile-app-development","vue","vue-native"],"latest_commit_sha":null,"homepage":"https://vue-native.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeekyAnts.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":"vue-native-core","ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2018-02-23T11:44:30.000Z","updated_at":"2025-03-17T04:21:00.000Z","dependencies_parsed_at":"2023-01-27T18:35:18.598Z","dependency_job_id":null,"html_url":"https://github.com/GeekyAnts/vue-native-core","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fvue-native-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fvue-native-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fvue-native-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekyAnts%2Fvue-native-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekyAnts","download_url":"https://codeload.github.com/GeekyAnts/vue-native-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245112653,"owners_count":20562650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","framework","ios","javascript","mobile-app-development","vue","vue-native"],"created_at":"2024-07-31T07:01:14.494Z","updated_at":"2025-03-23T19:33:38.056Z","avatar_url":"https://github.com/GeekyAnts.png","language":"JavaScript","funding_links":["https://opencollective.com/vue-native-core"],"categories":["JavaScript","Official","前端开发框架及项目","Frameworks [🔝](#readme)","Components \u0026 Libraries"],"sub_categories":["Vue工具库","Frameworks"],"readme":"## ⚠️ This project has been deprecated and is no longer maintained ⚠️\n\n# Vue Native\n\n[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\nVisit our website at [vue-native.io](https://vue-native.io) or read the official documentation [here](https://vue-native.io/docs/installation.html).\n\n## Build native mobile apps using Vue\n\nVue Native is a framework to build cross platform native mobile apps using JavaScript. It is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything that you can do with React Native. With Vue Native, you get\n\n- **The simplicity of Vue.js.** Incrementally build user interfaces with the familiar syntax of HTML and CSS in single file components.\n- **Seamless interop with React Native.** Use core React Native components with Vue.js syntax out of the box to develop mobile apps on both iOS and Android.\n\n## Contents\n- [Documentation](#documentation)\n- [Installation](#installation)\n- [Project setup with Vue Native CLI](#project-setup-with-vue-native-cli)\n- [Using Vue Native with a pre-existing React Native or Expo project](#using-vue-native-in-a-react-native-project)\n- [Available React Native components](#available-react-native-components)\n- [Contributors](#contributors)\n- [License](#license)\n- [Special thanks](#credits-to-react-vue)\n\n## Documentation\n\nYou can find the full documentation for Vue Native [on this website](https://vue-native.io/docs/installation.html). It covers installation and setup, component basics, routing, testing, the internal API and more.\n\nThe source for the Vue Native documentation and website is hosted on a separate repo, [here](https://github.com/GeekyAnts/vue-native-website)\n\n## Installation\n\nTo install Vue Native's official CLI, run\n```\n$ npm install vue-native-cli -g\n```\n\nTo use the CLI, you must have either [expo-cli](https://github.com/expo/expo-cli) or [react-native-cli](https://github.com/react-native-community/cli) installed globally.\n\n## Project setup with Vue Native CLI\n\nThe Vue Native CLI can be used to easily generate a fully configured Vue Native app. It wraps `expo-cli` and `react-native-cli` to generate a simple single page application (SPA) after installing and configuring dependencies from [vue-native-core](https://github.com/GeekyAnts/vue-native-core).\n\nYou should have either expo-cli or react-native-cli installed as a global dependency. Refer to the [installation guide](https://vue-native.io/docs/installation.html) for details on project setup. The GitHub repository for Vue Native CLI is hosted [here](https://github.com/GeekyAnts/vue-native-cli).\n\nWith the CLI, generating a Vue Native project is as easy as running the command\n```\n$ vue-native init \u003cprojectName\u003e\n```\n\n## Using Vue Native in a React Native project\n\nIt is possible to integrate Vue Native into a pre-existing React Native project. You can find instructions to do this [here](converting-react-native-project.md).\n\nThese instructions can also be used to set up a Vue Native project from scratch.\n\n## Available React Native components\n\nAll the core components of React Native 0.63 onwards are globally registered and available to use in templates without the need to import and locally register.\n\n[The components and their React Native documentation can be found here.](https://reactnative.dev/docs/components-and-apis)\n\nAll other components that were previously available, but then deprecated from React Native can still be used by installing their respective packages.\n\nFor example, to use `WebView`, use the [react-native-webview](https://github.com/react-native-webview/react-native-webview) package.\n\n## Contributors\n\nThis project exists thanks to all the people who contribute. \n\u003ca href=\"https://github.com/GeekyAnts/vue-native-core/contributors\"\u003e\u003cimg src=\"https://opencollective.com/vue-native-core/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\n## Credits to [react-vue](https://github.com/SmallComfort/react-vue)\n\nA huge thanks to the author of react-vue for most of the work on Vue Native.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeekyAnts%2Fvue-native-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGeekyAnts%2Fvue-native-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGeekyAnts%2Fvue-native-core/lists"}