Skip to content

a Vue project with Nuxt showcasing some basic features

Notifications You must be signed in to change notification settings

spraddles/nuxt-app

Repository files navigation

Features

  • local & global header
  • internal & external assets
  • redirects
  • parent / child components

Commands

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

# build for production and launch server
$ npm run build

# start server (non-static)
$ npm run start

# generate static project
# creates 'dist' folder with HTML / JS / CSS files
$ npm run generate

About

a Vue project with Nuxt showcasing some basic features

Topics

Resources

Stars

Watchers

Forks