Memory Card Game
# build for production
npm run build
# development mode
npm run dev
# run unit tests
npm run test
# serve the bundled dist folder in production mode
npm run serve
# get report of bundle size
npm run report
This project is generated by create-vue-app.