Vue Syntax Wrap up and Nuxt Migration
- Due: Sunday April 3 @11:59PM
- Weight: 15%
Morning Javascript: Filter
- Docs
- This creates a new array of elements that fit predefined parameters
- Gist
Vue Syntax Wrap Up
Card Component Finale
- Named Scoped Slots
- We will refactor the product cards from the past few days to be a bit more flexible
Class and Style Binding
- Docs
- You can bind classes as well as content. This is great for creating variations on an otherwise
- Use this for things like buttons and anything else that needs a stylistic variation that's not enough to necessitate another component
Vue 3 to Nuxt Migration and Multipage Site Setup
- Migrate components
- Set up layouts
- Test on a couple of pages
Netlify Deployment
Extra Challenges and Cool things to check out