Vuepress Tailwind CSS starter
A simple Vuepress starter with Tailwind CSS
Demo: https://vuepress-tailwind.netlify.com/
Features
- Tailwind CSS v1.x
- Theme Switcher with Dark Mode
- @vuepress/plugin-pwa
- Blog
- Accordion component
Installation
# install vuepress globally
yarn global add vuepress@next # OR npm install -g vuepress@next
# clone or download repository
# install dependencies
yarn # OR npm install
# start writing
yarn develop
# build
yarn build
# upgrade dependencies
yarn upgrade --latest
Notes
- Check out these Gridsome Starters where I got some ideas from:
- Gridsome Starter Blog - I got a lot of design inspiration from this starter theme.
- Gridsome Portfolio Starter
Custom →