explorers-composition-api
explorers-composition-api copied to clipboard
Learn how the Composition API works in this Jamstack Explorers mission!
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