Skip to content

tralves/ns-vue-codeshare-demo

Repository files navigation

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...

About

Demo project of ns-vue with code sharing between web and native builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published