Home
Softono
NuxtMedium

NuxtMedium

Open source Vue
31
Stars
23
Forks
1
Issues
1
Watchers
8 years
Last Commit

About NuxtMedium

Sample codebase for medium blog on nuxtjs auth

Platforms

Web Self-hosted

Languages

Vue

Links

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.