maxshuty / vue-sorting-app

This is a sample application to showcase how you can sort some data using VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pizza-toppings

Filtering the top 20 ordered toppings. This app is responsive.

This project has many TODO's in it that ultimately would need further cleaning up if this were a real world application.

This was simply an attempt to filter and sort pizza toppings but more so a sample project to play with some fun technologies.

Finally this has no polyfils for older browser support. If you find something in here and decide to use it please note that you should add some polyfills for extra browser support. I recommend this great resource: https://polyfill.io/v3/

Quick start

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

This is a sample application to showcase how you can sort some data using VueJS


Languages

Language:TypeScript 52.1%Language:Vue 40.2%Language:HTML 6.2%Language:JavaScript 1.5%