Skip to content

DeloarBP/NuxtMedium

 
 

Repository files navigation

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.

About

Sample codebase for medium blog on nuxtjs auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.6%
  • JavaScript 36.4%