Skip to content

Alosies/Sample-CodeBuilders

Repository files navigation

mini-events-app

This is a very basic app that highlights the implementation of unit testing with Jest. The app has two main components.

  1. Events Events are fetched from locally stored data. The database is not persisted. New events can be created

  2. Blog Posts Blog Posts are fetched using axios from https://jsonplaceholder.typicode.com/

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

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

A Sample Project in VueJs that uses Vuex, Vuetify and Jest for Unit Tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors