ionic create components, or page filter

ionic command can be used directly to create components, pages, or filters.

Open a command window in ionic project root directory. Enter the following command:

G Page pageName Ionic // Create a new page 
Ionic G componentName the Component // Create the component 
Ionic G pipe PipeName // Create a filter

Relatively speaking, it is still very convenient

Guess you like

Origin www.cnblogs.com/huzhuhua/p/11358772.html