Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netlify/explorers-composition-api

Learn how the Composition API works in this Jamstack Explorers mission!
https://github.com/netlify/explorers-composition-api

composition-api netlify netlify-deployment vuejs vuejs3

Last synced: about 2 months ago
JSON representation

Learn how the Composition API works in this Jamstack Explorers mission!

Awesome Lists containing this project

README

        

# Jamstack Explorers: Launching with Composition API

Learn about Vue.js 3's Composition API in this free course on [Jamstack Explorers](https://explorers.netlify.com/learn/launching-with-composition-api?utm_source=twitter&utm_medium=je-comp-api-mis-bh&utm_campaign=devex)!

Built and powered by [Netlify](https://www.netlify.com/?utm_source=github&utm_medium=launch-comp-bh&utm_campaign=devex).

## 🔗 Links

- [👨‍🚀 Free Video Course](https://explorers.netlify.com/learn/launching-with-composition-api?utm_source=twitter&utm_medium=je-comp-api-mis-bh&utm_campaign=devex)
- [🦄 Live Demo](https://explorers-composition-api.netlify.app/?utm_source=twitter&utm_medium=expcompapi-bh&utm_campaign=devex)
- [📚 Vue.js Docs](https://v3.vuejs.org/)

## 📋 Project Setup

```bash
# Install dependencies
yarn install

# Start local dev server
yarn dev

# Build production files in dist folder
yarn build
```

## 📑 Branches

- [Reactive Data: Begin](https://github.com/netlify/explorers-composition-api/tree/reactive-data-begin)
- [Reactive Data: Challenge](https://github.com/netlify/explorers-composition-api/tree/reactive-data-challenge)
- [Computed Properties: Begin](https://github.com/netlify/explorers-composition-api/tree/computed-properties-begin)
- [Computed Properties: Challenge](https://github.com/netlify/explorers-composition-api/tree/computed-properties-challenge)
- [Methods: Begin](https://github.com/netlify/explorers-composition-api/tree/methods-begin)
- [Methods: Challenge](https://github.com/netlify/explorers-composition-api/tree/methods-challenge)
- [Lifecycle Hooks: Begin](https://github.com/netlify/explorers-composition-api/tree/lifecycle-hooks-begin)
- [Lifecycle Hooks: Challenge](https://github.com/netlify/explorers-composition-api/tree/lifecycle-hooks-challenge)
- [Watch: Begin](https://github.com/netlify/explorers-composition-api/tree/watch-begin)
- [Watch: Challenge](https://github.com/netlify/explorers-composition-api/tree/watch-challenge)
- [Meteor Crisis Challenge](https://github.com/netlify/explorers-composition-api/tree/meteor-crisis-challenge)