启动 Ionic App

启动 Ionic App

$ ionic start myapp [template]

入门模板可以来自命名模板,Github 存储库,Codepen 或本地目录。启动器模板成为 Cordova 项目中的 www 目录。

命名模板启动器

Github Repo 初学者

Codepen URL 启动器

本地目录启动器:

  • 本地目录的相对或绝对路径

命令行标志/选项:

--appname, -a ....... Human readable name for the app (Use quotes around the name) 

--id, -i ............ Package name set in the <widget id> config ex: com.mycompany.myapp 

--no-cordova, -w .... Do not create an app targeted for Cordova