Skip to content

terry90918/zeit-training-nuxt-app

Repository files navigation

Nuxt.js Example

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

How we created this example

To get started with Nuxt.js on 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 this Example

Once initialized, you can deploy the Nuxt.js example with just a single command:

$ now