/udemy-vue-introToComponents

Basic exercises to discover vue components and cross-component communication. From Udemy course by Maximilian Schwarzmüller

Primary LanguageVue

Introduction to components

This project consists in exercises from this VueJS Udemy course to create vue components and add parent<-->child and siblings communication. It uses Vue CLI 3 and Bootstrap.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build