我是Ionic framework的新手。
实际上,我已经在下面的视频中看到了ionic CLI用于从ionic creator导出项目的选项
但是我在ionic的最新版本和最旧版本的项目中都看不到这个选项。
你能帮我找出这个吗
任何帮助都将不胜感激。
谢谢,bhumika
发布于 2018-07-09 09:52:45
除了您可以使用ionic CLI下载的内容之外,我不确定IONIC creator是否为模板提供了一些额外的功能。
如果您无法按照所描述的方式下载项目,请尝试以下方法
-$ 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 您可以选择一个模板并开始使用。
发布于 2019-08-02 16:34:05
您可以通过在ionic creator中单击导出导出您的项目,它将与.zip文件一起下载,您可以将其解压缩并放入新文件www中。然后,创建新的空白应用程序,复制您从ionic creator导出的模板,并将其放入src和www中的新空白应用程序中,然后使用命令进行测试:
ionic servehttps://stackoverflow.com/questions/45318324
复制相似问题