mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
parent
ab782f7093
commit
facdcdc956
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -165,7 +165,7 @@ docType: "<$ doc.docType $>"
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<# --- Install commands --- #>
|
<# --- Install commands --- #>
|
||||||
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
|
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
|
||||||
$ npm install --save @ionic-native/<$ doc.npmId $>
|
$ npm install --save @ionic-native/<$ doc.npmId $>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p>Repo:
|
<p>Repo:
|
||||||
|
Loading…
Reference in New Issue
Block a user