A boilerplate for starting new Vue projects with Tailwind support
- Easy Github Pages Deployments (Demo)
- Vue (with Router)
- Tailwind
- Postcss (purgecss, import, autoprefixer)
- Babel (with aliases)
- ESlint (JS and Vue)
- Vue PWA plugin
- Editorconfig
npm install
npm run serve
Production build:
npm run build
npm run deploy