Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Yves Gicquel
albiziapp
Commits
b298033e
Unverified
Commit
b298033e
authored
Dec 07, 2019
by
Gicquel
Committed by
gitbook-bot
Dec 07, 2019
Browse files
GitBook: [master] 2 pages and 2 assets modified
parent
caf6dbd8
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitbook/assets/selection_503.png
0 → 100644
View file @
b298033e
49 KB
.gitbook/assets/selection_504.png
0 → 100644
View file @
b298033e
39.9 KB
contributors-guide/getting-started/front-end-structure.md
View file @
b298033e
...
...
@@ -27,7 +27,7 @@ src/AppNavigator.vue
The former describe the state of the root. The later manages the push/pop operations associated with the stack pattern.
#### The
t
ab
bar \(simplified\)
#### The
T
abbar \(simplified\)
```
javascript
<
v
-
ons
-
tabbar
...
...
@@ -100,15 +100,23 @@ From there access Vue Dev Tools.
The first tab of Vue Dev Tools is for watching component
{% endhint %}
{% hint style="info" %}
Use filter option to quickly access a given component
{% endhint %}
Here
Here the Tabbar component is selected. Its
**properties**
\(
eg. tabs
\)
can be directly visualized in dev tools.

{% hint style="info" %}
For each properties, find which dom element is bound
{% endhint %}

#### The navigator component
...
...
@@ -133,7 +141,3 @@ Let's consider this piece of code. We notice 2 main property associated to v-ons
*
page-stack :
**preceded by a comma,**
its value is
**bound**
to the current state of the stack
\(
an array
\)
*
pop-page :
**preceded by a comma,**
its value is
**bound**
to a function
\(
storePop
\)
, this function simply remove the last element of the stack
contributors-guide/getting-started/pages-and-component.md
View file @
b298033e
# Pages and component
## Getting Super Powers
Becoming a super hero is a fairly straight forward process:
```
$ give me super-powers
```
{% hint style="info" %}
Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}
Once you're strong enough, save the world:
{% code title="hello.sh" %}
```
bash
# Ain't no code for that yet, sorry
echo
'You got to trust me on this, I saved the world'
```
{% endcode %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment