mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
update usage vid
This commit is contained in:
BIN
assets/usage.mp4
BIN
assets/usage.mp4
Binary file not shown.
@@ -273,7 +273,7 @@
|
|||||||
<div class="col"><developer-tooling></devtools></div>
|
<div class="col"><developer-tooling></devtools></div>
|
||||||
</section>
|
</section>
|
||||||
<script>
|
<script>
|
||||||
process.env.WS_NO_BUFFER_UTIL = false // Squashing an error from the 'ws' module
|
process.env.WS_NO_BUFFER_UTIL = false // ws buffer-util opt-out
|
||||||
</script>
|
</script>
|
||||||
<script type='module' src='./lib/devtools.js'></script>
|
<script type='module' src='./lib/devtools.js'></script>
|
||||||
</app-router>
|
</app-router>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ customElements.define('pear-welcome', class extends HTMLElement {
|
|||||||
<p> Pear provides the <code>pear</code> Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems. </p>
|
<p> Pear provides the <code>pear</code> Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems. </p>
|
||||||
<p> To get started, open a terminal, type <code>pear</code> and hit return. </p>
|
<p> To get started, open a terminal, type <code>pear</code> and hit return. </p>
|
||||||
</div>
|
</div>
|
||||||
<video width="420" height="390" autoplay muted>
|
<video width="420" height="390" autoplay muted style="background:#000">
|
||||||
<source src="./assets/usage.mp4" type="video/mp4">
|
<source src="./assets/usage.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
<section id="version">
|
<section id="version">
|
||||||
@@ -59,8 +59,8 @@ customElements.define('pear-welcome', class extends HTMLElement {
|
|||||||
|
|
||||||
connectedCallback () {
|
connectedCallback () {
|
||||||
versions().then(({ app, platform }) => {
|
versions().then(({ app, platform }) => {
|
||||||
this.root.querySelector('#platform-version').innerText = 'Pear version: ' + platform.key + '_' + platform.length
|
// this.root.querySelector('#platform-version').innerText = 'Pear version: ' + platform.key + '_' + platform.length
|
||||||
this.root.querySelector('#app-version').innerText = 'App version: ' + app.key + '_' + app.length
|
// this.root.querySelector('#app-version').innerText = 'App version: ' + app.key + '_' + app.length
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user