/NuxtMedium

Sample codebase for medium blog on nuxtjs auth

Primary LanguageVue

NUXT Custom Social Login

Pre Configuration

Add the google oAuth client ID, Facebook app client ID and the API base url first

Install the Dependencies
npm install
update the Dependencies
npm update
Run the project in dev mode
npm run dev
Run the project in production mode
npm run start
  • Port = 3000
  • Host = 0.0.0.0

Read the full @medium post.