/explorers-composition-api

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

Primary LanguageVue

Jamstack Explorers: Launching with Composition API

Learn about Vue.js 3's Composition API in this free course on Jamstack Explorers!

Built and powered by Netlify.

🔗 Links

📋 Project Setup

# Install dependencies
yarn install

# Start local dev server
yarn dev

# Build production files in dist folder
yarn build

📑 Branches