ns-vue-codeshare-demo
ns-vue-codeshare-demo copied to clipboard
Demo project of ns-vue with code sharing between web and native builds.
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...