Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 530 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 530 Bytes

Template

A template repo with Tailwind, PurgeCSS, and Pug configured.

You can clone this or create one for yourself by running these commands

vue create template
vue add @ky-is/tailwind
yarn add pug pug-plain-loader

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.