A starter boilerplate powered by Vue, Nuxt, Sanity and Tailwind CSS.
1. Install Node >=12.18.0: https://nodejs.org/
$ npm i -g yarn
$ yarn
In nuxt.config.js
, update Sanity options and environment URLs for project compilation.
$ yarn dev
$ yarn build
$ yarn generate
$ yarn start
- 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