All Projects → rishi-raj-jain → static-medium-isr-in-nuxtjs-with-layer0

rishi-raj-jain / static-medium-isr-in-nuxtjs-with-layer0

Licence: MIT license
Demo showing off ISR in Nuxt.js with Layer0

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to static-medium-isr-in-nuxtjs-with-layer0

bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+266.67%)
Mutual labels:  nuxtjs
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (-44.44%)
Mutual labels:  nuxtjs
indices
Indices creates a Table of Contents sidebar for Medium articles, and enables you to skip around
Stars: ✭ 16 (-55.56%)
Mutual labels:  medium
medium-code
A place to store my jupyter notebooks for my medium articles
Stars: ✭ 27 (-25%)
Mutual labels:  medium
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+113.89%)
Mutual labels:  nuxtjs
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+80.56%)
Mutual labels:  nuxtjs
codeblock-beautifier
💅 A chrome extension for highlighting codes of Medium Articles
Stars: ✭ 118 (+227.78%)
Mutual labels:  medium
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+252.78%)
Mutual labels:  nuxtjs
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+172.22%)
Mutual labels:  nuxtjs
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (+0%)
Mutual labels:  nuxtjs
laravel-medium-sdk
Laravel Service Provider for Medium's SDK for PHP.
Stars: ✭ 20 (-44.44%)
Mutual labels:  medium
nuxtjs-nestjs-starter
Starter project for nuxtjs and nestjs all in one integrated.
Stars: ✭ 56 (+55.56%)
Mutual labels:  nuxtjs
nuxt-express-module
Add express routes to your nuxt app
Stars: ✭ 61 (+69.44%)
Mutual labels:  nuxtjs
SSE-Github
This repository contains the demo app for the blog
Stars: ✭ 17 (-52.78%)
Mutual labels:  nuxtjs
nuxt-weather
This weather app is just my sandbox to play with SSR and Nuxt.js ⛱️
Stars: ✭ 30 (-16.67%)
Mutual labels:  nuxtjs
eve
👻 everyday explore, Github / HackNews / V2EX / Medium / Product Hunt.
Stars: ✭ 13 (-63.89%)
Mutual labels:  medium
Articles-Bookmarked
No description or website provided.
Stars: ✭ 30 (-16.67%)
Mutual labels:  medium
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (+38.89%)
Mutual labels:  nuxtjs
antony-nuxt
👏 Codes that Power ouorz.com | A Tiny Little Nuxt.js + WP REST API App 博客前端
Stars: ✭ 21 (-41.67%)
Mutual labels:  nuxtjs
node-red-contrib-FIWARE official
FIWARE-Node-Red integration supporting NGSI-LD
Stars: ✭ 14 (-61.11%)
Mutual labels:  isg

Static Medium: [ISR in Nuxt.js with Layer0]

A demo showing off ISR (Incremental Static Re-Generation) with Nuxt.js and Layer0

Demo

https://rishi-raj-jain-nuxt-isr-default.layer0-limelight.link/blogs/medium

Try It Now

Deploy with Layer0

Getting Started

Clone This Repo

Use git clone https://github.com/rishi-raj-jain/static-medium-isr-in-nuxtjs-with-layer0.git to get the files within this repository onto your local machine.

Install dependencies

On the command line, in the project root directory, run the following command:

npm install

Run the Nuxt.js app locally on Layer0

Run the Nuxt.js app with the command:

npm run 0:dev

Load the site: http://127.0.0.1:3000

Testing production build locally with Layer0

You can do a production build of your app and test it locally using:

npm run 0:build && npm run 0:prod

Setting --production runs your app exactly as it will be uploaded to the Layer0 cloud using serverless-offline.

Deploying to Layer0

Deploying requires an account on Layer0. Sign up here for free. Once you have an account, you can deploy to Layer0 by running the following in the root folder of your project:

npm run 0:deploy

See deploying for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].