Sample project for vue-google-oauth2 plugin. Demo
yarn install
Vue.use(GAuth, { clientId: '394838939483-rq7d2rfj39gkdfjd9jenu670ounoi01.apps.googleusercontent.com', scope: 'email', prompt: 'select_account', fetch_basic_profile: false })
yarn run serve
yarn run build
yarn run test
yarn run lint