Skip to content

learnwithjason/lets-learn-vue-composition-api

Repository files navigation

Learn With Jason

Let's Learn Vue's Composition API! (with Ben Hong)

This app was built live on Learn With Jason and it was super fun and I’m sad you weren’t there.

But don’t worry! You can still: watch the video · see the demo · deploy this project · see upcoming episodes

 

The new VueJS Composition API adds more power and a better developer experience to Vue. Ben Hong joins us again to teach us how we can level up our Vue apps using the Composition API!

 

More Information

 

Deploy this project to Netlify

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.