Skip to content

bekaku/vue-ionic-example-app

Repository files navigation

Vue Ionic mobile

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

About

Vue JS 3 + Typescript + Ionic 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published