我是Ionic框架的新手。
实际上,我已经看到了离子CLI的这个选项,用于从以下视频中的离子创建器导出项目
但我无法在我的项目中看到这个选项,无论是最新版本还是最旧版本。
你能帮我找一下吗
任何帮助都将不胜感激。
谢谢, bhumika
答案 0 :(得分:0)
除了可以使用IONIC CLI下载的内容以外,我不确定离子创建器是否为模板提供了一些额外的功能。
如果无法按照您描述的方式下载项目,请尝试以下
-$ ionic start myNewProject
对于上面的命令,您将得到如下响应
What starter would you like to use: (Use arrow keys)
❯ tabs ............... ionic-angular A starting project with a simple tabbed int
erface
blank .............. ionic-angular A blank starter project
sidemenu ........... ionic-angular A starting project with a side menu with na
vigation in the content area
super .............. ionic-angular A starting project complete with pre-built
pages, providers and best practices for Ionic development.
conference ......... ionic-angular A project that demonstrates a realworld app
lication
tutorial ........... ionic-angular A tutorial based project that goes along wi
th the Ionic documentation
aws ................ ionic-angular AWS Mobile Hub Starter
您可以选择模板并开始使用。
答案 1 :(得分:0)
您可以通过在ionic creator中单击“导出”来导出项目,该项目将与.zip文件一起下载,您可以将其解压缩并放入新文件www中。然后,创建新的空白应用程序并复制从ionic创作者导出的模板,并将其放在src和www中的新空白应用程序中,然后使用以下命令进行测试:
ionic serve