Skip to content

A starter boilerplate powered by Vue, Nuxt, Sanity and Tailwind CSS.

Notifications You must be signed in to change notification settings

richgcook/bymattlee-nuxt-starter

 
 

Repository files navigation

ByMattLee Nuxt Starter Screenshot

ByMattLee Nuxt Starter

A starter boilerplate powered by Vue, Nuxt, Sanity and Tailwind CSS.

VIEW DEMO

Installation

1. Install Node >=12.18.0: https://nodejs.org/
2. Install Yarn
$ npm i -g yarn
3. Install all dependencies
$ yarn

Configuration

In nuxt.config.js, update Sanity options and environment URLs for project compilation.

Use

Serve With Hot Reload
$ yarn dev
Build For Production
$ yarn build
Build Static Files
$ yarn generate
Launch Server
$ yarn start

General Features

  • Utilizes Nuxt's 'static' mode to generate HTML files for every page
  • Data is coming from the Sanity Cloud API. This pairs perfectly with the ByMattLee Sanity Studio Starter
  • Features Tailwind CSS with PurgeCSS for production builds
  • Includes RSS feed, robots.txt, sitemap.xml generation

About

A starter boilerplate powered by Vue, Nuxt, Sanity and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 43.6%
  • JavaScript 43.4%
  • SCSS 13.0%