Answers for "if i install ionic 6 then how to create ionic 3 projects"

1

install ionic 6

npm i -g @ionic/cli
Posted by: Guest on December-31-2021
0

create ionic v3 project

ionic start <Project Name> --type=ionic-angular
Posted by: Guest on January-08-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language