Files
Library/docs/rebel_coding/step6.md
2026-01-09 23:05:52 -05:00

38 lines
598 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Clientside UI
---
### Overview - APIs & User Interaction
How APIs work, and why we use them.
### Why Vue?
Because its minimal while working with a VirtualDOM similar to ReactJS.
### Vue Template Page
Template. Script. Style. Any of it look familiar?
### Consuming the APIs
How does it happen
### Routing in Vue
Weve got our Vue Template pages, now what?
### Vue Store
Just a sneak peak
### Module Templating
Lets put some of this together …
What if we …
### Styling Frameworks / ElementUI
We can add some additional styling as well; by bringing in another library.