Vue Ionic mobile

June 13, 2024 ยท View on GitHub

Backend Rest Api

1 Java Springboot java-spring-boot-starter

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

or

yarn dev

Production

Build the application for production:

build:prod 
npm run build

Locally preview production build:

npm run preview

Sync code to Android studio and Xcode:

npx cap sync

Sync code to Android studio:

npx cap sync android

Sync code to xCode:

npx cap sync ios