Skip to content

Matthelonianxl/nuxtjs

 
 

Repository files navigation

Nuxt.js Example

This directory is a brief example of a Nuxt.js app that can be deployed with ZEIT Now and zero configuration.

Deploy Your Own

Deploy your own Nuxt.js project with ZEIT Now.

Deploy with ZEIT Now

Live Example: https://nuxtjs.now-examples.now.sh

How We Created This Example

To get started with Nuxt.js deployed with ZEIT Now, you can use the Create-Nuxt-App CLI to initialize the project:

$ npx create-nuxt-app my-app

The only change made is to amend the output directory in nuxt.config.js to "/public".

Deploying From Your Terminal

You can deploy your new Nuxt.js project with a single command from your terminal using Now CLI:

$ now

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 80.8%
  • JavaScript 19.2%