Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.09 KB

This project was created with Cordova.

Available Scripts

In the project directory, you run first:

npm install

To install all neccessary scripts

cordova run android

To run on an actual android device or emulator

cordova run browser

To run on a browser

If you make changes to the vue components run like this For Browser

npm run devBrow

For Android

npm run devDroid

This builds the components with webpack and runs on the respective environment

Runs the app in the development mode.
Open [http://localhost:8000] to view it in the browser.

The page won't reload if you make edits.
You will also see any lint errors in the console.

npm run build

To build any changes you make in the vue components

cordova run build

or

npm run cbuild

Builds the app for production mode
It correctly bundles Vue in production mode and optimizes the build for the best performance.

Your app is ready to be deployed!

Note: this is a complete advanced app not for beginners to cordova or vue. The app is fully customizable and routes!