Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 761 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 761 Bytes

NativeScript-Vue / Web code-sharing app

A native application built with NativeScript-Vue, sharing code with a web app.

Usage

Getting started

git clone tralves/ns-vue-codeshare-demo <your-project-name>

cd <your-project-name>

npm i

Native apps

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle

Web apps

# Start dev server with hot module reload
yarn web:start

# Build for production
yarn web:build

# Build for development
yarn web:dev

The app is built in platforms/web.

How to develop code-sharing apps?

coming soon...