BenShelton / nuxt-example

An example project built using Nuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-example

An example project built using Nuxt

Created as a demonstration for this blog article

A static version of the site (made using nuxt generate) is hosted here

Why not clone this repo and try it out yourself?

git clone https://github.com/BenShelton/nuxt-example.git

Build Setup

# install dependencies
npm install # Or 'yarn'

# serve with hot reload at localhost:3000
npm run dev

# build for production and launch server
npm run build
npm start

# generate static project
npm run generate

For detailed explanation on how things work, check out the Nuxt.js docs.

About

An example project built using Nuxt


Languages

Language:Vue 72.6%Language:JavaScript 27.4%