- Creating a Cordova Project
Before you can do any Cordova development, you must first create an application project. To help
you, the Cordova CLI includes a create command, which is used to create new projects.
To create a new Cordova project, open a terminal window and navigate to the folder where you want
the project folder created, then issue the following command:
cordova create project_folder
本文介绍如何使用Cordova CLI创建一个新的Cordova项目。首先需要通过终端窗口导航到希望存放项目的文件夹,然后运行特定命令来创建项目。
2261

被折叠的 条评论
为什么被折叠?



