Vue Quotes

Simple project developed with the purpose of learning VueJS (+ TS & SCSS). Single Page Web Application Quotes View.

Environment

VueJS 2.5.17
Vue CLI 3.0.5
Typescript 3.1.6

Instalação

npm install

Rodando o Projeto

npm run serve

Build para Produção

npm run build

Testes

Testes com Jest

Rodando Testes

npm run test

GitHub