windows 中用于使用 Cordova 创建反应离子应用程序的终端命令是什么?我尝试搜索但没有得到任何东西
what is the terminal command in windows for creating a react ionic app with Cordova ? I tried searching but didn't get anything
windows 中用于使用 Cordova 创建 React ionic 应用程序的终端命令是什么?
我正在尝试将我的 React 应用程序转换为 React-ionic 应用程序,我不想使用电容器,而是想使用 Cordova,但我没有得到终端命令,拜托帮我解决这个问题。
试试这个命令 -
ionic start myReactApp blank --type=react --cordova
添加 --cordova
将包括 Cordova 集成
windows 中用于使用 Cordova 创建 React ionic 应用程序的终端命令是什么?
我正在尝试将我的 React 应用程序转换为 React-ionic 应用程序,我不想使用电容器,而是想使用 Cordova,但我没有得到终端命令,拜托帮我解决这个问题。
试试这个命令 -
ionic start myReactApp blank --type=react --cordova
添加 --cordova
将包括 Cordova 集成