32 lines
923 B
Markdown
32 lines
923 B
Markdown
|
|
|
|
ionic start WrenchBoard2023 blank --capacitor
|
|
|
|
Your Ionic app is ready! Follow these next steps:
|
|
|
|
- Go to your new project: cd .\WrenchBoard2023
|
|
- 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
|
|
|
|
|
|
ionic g page pages/login
|
|
ionic g page pages/signup
|
|
ionic g page pages/about
|
|
ionic g page pages/resetpass
|
|
|
|
ionic g service services/wrench
|
|
|
|
ionic g page userpages/dash
|
|
ionic g page userpages/market
|
|
|
|
|
|
$ ionic build
|
|
$ ionic build --prod
|
|
$ ionic build --watch
|
|
|
|
$ ionic capacitor build
|
|
$ ionic capacitor build android
|
|
$ ionic capacitor build ios |