Skip to content

himyjan/Ionic7-Capacitor5-Angular16-React18-Vue3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ionic app angular react vue

create project

npx @ionic/cli@latest start

add mobile

npm i
npm i @capacitor/cli @capacitor/core @capacitor/ios @capacitor/android
npx cap init
npx cap add ios;npx cap add android
npm run build
npm run dev

# new terminal
cap sync;cap open ios;cap open android

Your Ionic app is ready! Follow these next steps:

  • Go to your new project: cd ./angular-app
  • Run ionic serve within the app directory to see your app in the browser
  • Run ionic capacitor add to add a native iOS or Android project using Capacitor
  • Generate your app icon and splash screens using cordova-res --skip-config --copy
  • Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs
  • Building an enterprise app? Ionic has Enterprise Support and Features: https://ion.link/enterprise-edition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published