29 lines
937 B
Plaintext
29 lines
937 B
Plaintext
|
|
Your Ionic app is ready! Follow these next steps:
|
|
|
|
- Go to your new project: cd .\my-fit
|
|
- 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
|
|
|
|
Chiefsoft@DESKTOP-08L2E1S MINGW64 /c/WORKS/APPS
|
|
|
|
npm install @capacitor/assets --save-dev
|
|
npx capacitor-assets generate
|
|
|
|
ionic capacitor build
|
|
|
|
ionic generate page myfit
|
|
ionic generate component choose-activity
|
|
|
|
ionic generate page blogdetail
|
|
ionic generate page marketdetail
|
|
ionic generate page activetask
|
|
ionic generate page mytask
|
|
|
|
|
|
ionic generate component taskactivities
|
|
ionic generate component suggestedlist
|