Vue2 + Vuetify + google cloud vision api with Progressive Web App
Enable google cloud vision api
At -> src/components/Face.vue Google cloud api Browser key
...
apiKey: "",
...
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build