Harbison Apps - Nuxt web app styled with Tailwind
This version of Harbison Apps website is built on Nuxt with PWA support. The blog is backed by Storyblok. And and 99% of the CSS is courtesy of Tailwind.
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
$ npm run build
$ npm run start
# generate all static assets
$ npm run generate
Live version COMING SOON
For a detailed explanation of how Nuxt works, check out Nuxt.js docs.