markdown [Ionic 3 cheatsheet] #ionic

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [Ionic 3 cheatsheet] #ionic相关的知识,希望对你有一定的参考价值。

**Ionic 3 cheat sheet by Benjamin**

*Les commandes principales:*  

* **npm install -g cordova ionic** #Installer Ionic 
* **$ ionic info** #Récupérer toutes les info
* **$ ionic start blank** #Créer un projet vierge  
* **$ ionic start "myApp"** #Multiple choix de création de projet 
* **$ ionic generate <type> <name>** #Creation divers
* **$ ionic generate component**  
* **$ ionic generate directive**  
* **$ ionic generate page**  
* **$ ionic generate pipe**  
* **$ ionic generate provider**  
* **$ ionic generate tabs**  
* **$ ionic platform add android** #Ajout plaforme android  
* **$ ionic serve -p "numéroDePort"** #Changer le port de sortie du lab   
* **$ ionic start myapp --id com.mycompany.myapp** #Changer le nom du package dès la creation de son projet




*Générer automatiquement icon et splash screen*
1. You will need to create an initial 192x192px icon and a 2208x2208px splash screen  
2. The initial designs should be placed in the **resources** folder  
3. Run **ionic resources** to generate the splash screens and icons  
4. You can also generate just the icons with **ionic resources -i** or just the splash screens with **ionic resources -s**  
5. ⚠️You must have added the platform in order to generate assets for that platform, i.e. ionic platform add android⚠️

**API Google Maps**  
* **npm install --save @types/googlemaps** #Installer GoogleMaps natif  
*Générer empreinte de certificat de signature SHA-1*  
**OSX :**  
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android  
**Windows :**  
keytool -list -v -keystore "C:\Users\ (nom_utilisateur_de_votre_ordi)\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

以上是关于markdown [Ionic 3 cheatsheet] #ionic的主要内容,如果未能解决你的问题,请参考以下文章

markdown Ionic Signing Android APK

ionic6探索笔记——环境搭建及创建项目

Ionic 2 / Ionic 3 / Ionic 4:(懒惰)加载图片的微调器

如何将 Ionic Cordova 3 迁移到 Ionic Cordova 5?

ionic 3 的内页不适用于 ionic 3 中的脚本或外部自定义 jQuery 插件

ionic 3 firebase 兼容性问题