chrismcligeyo / quotes-vue-project

A simple add and delete quotes vue js application that displays use of props and slots. It displays communication between parent and child component(props). Also displays communication between child and parent component($emit).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quotesapplication

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A simple add and delete quotes vue js application that displays use of props and slots. It displays communication between parent and child component(props). Also displays communication between child and parent component($emit).


Languages

Language:Vue 82.7%Language:HTML 14.2%Language:JavaScript 3.0%