A simple movie site project based on Vue
Do a npm install --legacy-peer-deps, instead of npm i since jest package compatiable issue with vue3 higher version
# Run test script
npm run test:unit
### Compiles and hot-reloads for development
npm run serve
### Compiles and minifies for production
npm run build
### Lints and fixes files
npm run lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).