sbourdon13 / udemy-vue-introToComponents

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Vue 75.3%Language:HTML 19.5%Language:JavaScript 5.3%