项目作者: Piperapk

项目描述 :
AdventureMe, a full stack Android and iOS app for travel share.
高级语言: Vue
项目地址: git://github.com/Piperapk/AdventureTimeShare.git
创建时间: 2020-11-17T16:40:19Z
项目社区:https://github.com/Piperapk/AdventureTimeShare

开源协议:

下载


AdventureTime - NativeScript-Vue Application for Travel Sharing

A cross-platform full-stack mobile and web application built with NativeScript and Vue.
Utilising Google Firebase for database, authentication and storage.

My idea was to build a mobile app for a missing market segment to help people find adventures with friends or strangers and cut costs.

Forking and using the repo:

  • GitHub’s Terms of Service apply to this repo so you can freely fork it but id doesn’t come with any permissions.
  • If you want to distribute or use the code commercially please get in touch first. It’s not a problem, please just ask first.

🛠 Usage

  1. # Install dependencies
  2. npm install
  3. # Preview on device
  4. tns preview
  5. # Build, watch for changes and run the application
  6. tns run
  7. # Build, watch for changes and debug the application
  8. tns debug <platform>
  9. # Build for production
  10. tns build <platform> --env.production