Diego-EC / codelytv-vue-basic

Demo project for the CodelyTV Pro video course 'Building an app with VueJS and Jest using TDD'

Home Page:https://pro.codely.tv/library/crea-una-app-con-vuejs-y-jest-aplicando-tdd/65211/path/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JotasJS Basic

Demo project for the CodelyTV Pro video course Building an app with VueJS and Jest using TDD you may find in: Crea una app con VueJS y Jest aplicando TDD

Note that although all the videos and course contents are in Spanish, this repo is only available in English.

🦎🦎🦎🦎🦎🦎🦎🦎🦎🦎 DISCLAIMER (Jan 2021) 🦎🦎🦎🦎🦎

This project is very old and tests were a bit outdated πŸ˜“

We just migrated every test to Vue Testing Library and set testing-library as the default branch πŸ”₯

(You can always jump to jotas branch if you want to check the old fashioned tests).

Getting Started!

# install dependencies
$ yarn install
or
$ npm install

# run tests
$ yarn unit
or
$ npm run unit

# run tests in watch mode
$ yarn unit:watch
or
$ npm run unit:watch

# run tests in with coverage
$ yarn unit:coverage
or
$ npm run unit:coverage

# serve with hot reload at localhost:8080
$ yarn dev mat
or 
$ npm run dev mat


# 'mat' was the material theme, try iOS with
$ yarn dev ios
or
$ npm run dev ios

# build for production with minification
$ quasar build

Going Mobile!

You may want to wrap the App into a native mobile App. Given you already have Cordova and an Android or iOS SDK installed in your system, run:

quasar wrap cordova
cordova platform add android
cordova run android

For full details, take a look to the Quasar guide.

About

Demo project for the CodelyTV Pro video course 'Building an app with VueJS and Jest using TDD'

https://pro.codely.tv/library/crea-una-app-con-vuejs-y-jest-aplicando-tdd/65211/path/


Languages

Language:JavaScript 78.1%Language:Vue 17.6%Language:CSS 3.6%Language:HTML 0.6%