# Vue 3 Snapshot Serializer

Vue 3 Snapshot Serialization for Vitest and Jest.


For install & usage instructions, API documentation, live playground, and more, see:

* **https://TheJaredWilcurt.com/vue-snapshot-serializer** ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️ ⬅️

This library is only for Vue 3, if you need Vue 2 support, use [Jest-Serializer-Vue-TJW](https://github.com/tjw-lint/jest-serializer-vue-tjw).

Website repo:

* https://github.com/TheJaredWilcurt/vue-snapshot-serializer


## Running this repo locally

1. Fork or Clone the repo
1. Install [Proto](https://github.com/TheJaredWilcurt/blog/discussions/41)
1. `npm install`
1. `npm t` (runs unit tests)
1. `npm run fix` (runs linter)
1. `npm run` (shows all commands)
