learn-vue-tab
learn-vue-tab copied to clipboard
Repository with final code for LearnVue tutorial. The starter code can be found here.
LearnVue Reusable Tabs Component Tutorial
This is the starter code for the learnvue.co Reusable Tabs Component Tutorial.
To simplify this repo, we used a global install of the vue-cli.
In order to run this repo, do vue/cli-service-global by
npm install -g @vue/cli-service-global
And run the app using
vue serve src/Demo.vue
.
For further questions, email [email protected] or checkout learnvue.co