Create a sortable and filterable list of books you'd like to read.
Create a sortable and filterable list of books you’d like to read.
This project is a Vue version of my old book list side project. I started that project to challenge my vanilla javascript skills, and this is recreating that functionality using Vue3, Vite, and Firebase.
yarn
- install dependenciesyarn dev
- compiles and hot-reloads for developmentyarn build
- compiles and minifies for productionyarn lint
- lints and fixes filesyarn test
- runs the test suiteI was pretty impressed at how little was needed for the basic Vite+Vue app. Unfortunately, I had to add a lot more dependencies to support linting and testing. Here’s a quick breakdown if you’re wondering why anything’s here:
firebase
thenby
eslint
eslint-config-prettier
eslint-plugin-jest
eslint-plugin-vue
prettier
stylelint
stylelint-config-prettier
stylelint-config-spaceninja