A few things i want to remember about vuejs
The big parts
These are the things i have to learn
- Control Flow
- Components
- Data Binding
- Routing
- State Management
el: "#app" //for instantiating vue
data:{} // where you declare / define your data
methods:{} // where you write your functions
computed:{}
v-showv-ifv-elsev-else-iffor conditional flowv-forfor loopingv-bindfor binding elements:classor:stylefor binding css classes and styling