Files
Library/docs/rebel_coding/step6.md

38 lines
598 B
Markdown
Raw Normal View History

2026-01-09 23:05:52 -05:00
# 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.