Ionic CLI v3 – start command templates and options
In this post we will give you information about Ionic CLI v3 – start command templates and options. Hear we will give you detail about Ionic CLI v3 – start command templates and optionsAnd how to use it also give you demo for it if it is necessary.
The Ionic CLI is a fully featured command line utility which can be used to generate ,serve ,run and build Ionic apps using a bunch of easy to remember commands .
To generate an Ionic project using the Ionic CLI you can use the start command
ionic start [name] [template]The start command has 4 templates :
The blank starter template
This is the most basic template .When generating an Ionic project based on this template you get a simple project with one page which is the HomePage located at src/pages/home .
To generate a project based on the blank template ,run :
ionic start [name] blank The tabs starter template
This is a simple tabs based starter template .When generating a project based on the tabs template you get a project with tab system that has three tabs .
To generate a project based on the tabs template ,run :
ionic start [name] tabs The sidemenu starter template
This a side menu based starter template .When generating a project based on this template you get a project with a side menu with links to two pages .
To generate a project based on the sidemenu template ,run :
ionic start [name] sidemenu The tutorial starter template
This a tutorial based starter template which is useful as a tutorial if you are just starting with Ionic
To generate a project based on the tutorial template ,run :
ionic start [name] tutorial Hope this code and post will helped you for implement Ionic CLI v3 – start command templates and options. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs
