This commit is contained in:
CHIEFSOFT\ameye
2023-05-12 23:08:41 -04:00
parent cea49e295a
commit 1f7801cf60
15 changed files with 27 additions and 4 deletions
+23 -2
View File
@@ -1,2 +1,23 @@
# e-learning-capacitor-hirani
e-learning-capacitor-hirani
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