An open API service indexing awesome lists of open source software.

https://github.com/bencodezen/production-grade-vue

Resources for Frontend Masters Workshop: Production-Grade Vue
https://github.com/bencodezen/production-grade-vue

vue vuejs

Last synced: 11 months ago
JSON representation

Resources for Frontend Masters Workshop: Production-Grade Vue

Awesome Lists containing this project

README

          

# Production-Grade Vue

The official repo for [Frontend Masters Workshop: Production-Grade Vue](https://frontendmasters.com/courses/production-vue/)!

## Resources

- [Slides](https://github.com/bencodezen/production-grade-vue/blob/01-challenge-solution/resources/Production-Grade-Vue.pdf)
- [Official Docs](https://production-grade-vue.bencodezen.io/)

## Challenges

- 01: Render Function + CSS Modules
- [Challenge Description](https://production-grade-vue.bencodezen.io/guide/languages.html#challenge-01)
- [Solution Branch](https://github.com/bencodezen/production-grade-vue/tree/01-challenge-solution)
- 02: Composition API Counter
- [Challenge Description](https://production-grade-vue.bencodezen.io/guide/reusability-and-composition.html#challenge-02)
- [Solution Branch](https://github.com/bencodezen/production-grade-vue/tree/02-challenge-counter-solution)

## Setting Up Local Environment

```bash
# Install dependencies
yarn install

# Start local dev server
yarn serve
```