Test Waka

This commit is contained in:
Khoa Le
2016-06-15 17:55:21 +07:00
parent 7a8ea04159
commit 21ccbf14d5
110 changed files with 2978 additions and 0 deletions

37
prototype.md Normal file
View File

@@ -0,0 +1,37 @@
---
---
# Prototype your app
## 1 - Open the default page prototype
<img src="img/prototyper-explorer.png" />
`web/prototype/index.waPage`
> **TIPS**:
> - click on <img class="inline" src="img/explorer-settings-shortcut.png"> to change the view options (the `.waPage` extension is hidden by default)
> - click on <img class="inline" src="img/prototyper-shortcut.png"> to quickly access the `page prototype` index
## 2 - Prototype your page
<img src="img/prototyper.png" />
[Learn more »](http://doc.wakanda.org/home2.en.html#/GUI-Designer/GUI-Designer.100-1051423.en.html){:target="_blank"}{:class="btn"}
## 3 - Run your page
<img src="img/prototyper-run.png" />
## 4 - Create more pages
<img src="img/create-page-prototype.png" />
> **TIPS**
> - Feel free to create your page prototype directly in the `web` folder or any other sub-folders.
---
Now, create a web application with Wakanda and Angular:
[Create a web app »](create-web-app.html){:class="btn"}