Sample typescript vue project for vue-google-oauth2 plugin.
yarn install
Vue.use(gAuth,
{
clientId: '768834812579-cusmrncq6fitlfdb76qk9jm7bq902ic0.apps.googleusercontent.com',
scope: 'profile email',
prompt: 'select_account',
}
);
yarn run serve
yarn run build
yarn run test
yarn run lint