The Pixelant command line utility makes it easy to start, build and run some Pixelant projects.
Use the pxa -h
or pxa --help
command for more info about utility.
Mobile App
Note: You might need to use sudo
before npm
command to install packages globally
[sudo] npm install -g pxa
Note: You might need to use sudo
before npm
command to install package globally
To start using pxa just use command pxa
and follow the instructions
pxa
[ -m | --mobile-app ] generate mobile app
[ -t | --theme ] generate t3kit sub theme
[ -h | --help ] show pxa CLI help
[ -v | --version ] show pxa CLI version
Install mobile application based on Ionic Framework, inAppBrowser plugin and mobileApp_template with push-notifications.
Steps:
- Clone Mobile app template and install dependencies
pxa => "Mobile App" => "Setup MobileApp Template"
or
pxa -m => "Setup MobileApp Template"
- Setup Ionic Cloud and Google FCM Sender ID
pxa => "Mobile App" => "Setup Ionic Cloud and Google FCM Sender ID"
or
pxa -m => "Setup Ionic Cloud and Google FCM Sender ID"
- Install Security Profiles (Manually)