Skip to content

miguelsilva5989/vuesort.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-sort

This mini project allows the visualization of sorting algorithms. The main objective is to support the following sorting algorithms:

For the UI I am using Vuetify which is a Vue UI Library with Material components.

For state management I am using Vuex.

The column chart is drawn using Konva JS for Vue.

Website

The website is deployed on Github pages -> click me :)

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.