Skip to content

Instantly share code, notes, and snippets.

@WaximeA
Created April 22, 2018 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WaximeA/24da2207dc019d8b3ac9aed50fbb9d2a to your computer and use it in GitHub Desktop.
Save WaximeA/24da2207dc019d8b3ac9aed50fbb9d2a to your computer and use it in GitHub Desktop.
Usefull commands for Ionic

General

Run ionic project with lab and consol :

$ ionic serve -lc

Pages

Generate a new page :

ionic g page {page_name}

Component

Generate a new component :

ionic g component {component_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment