Vuepress Tailwind CSS starter

A simple Vuepress starter with Tailwind CSS

Demo: https://vuepress-tailwind.netlify.com/

Features

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