A simple Vue 2.0 setup for quick prototyping with tailwindCSS and SASS configuration. NO WEBPACK
This template is Vue 2.0 compatible.
This is simple a project that been generated with vue-create
command wich is not using webpack or PurgeCSS .
$ git clone https://github.com/IsidroMar95/simple-vue-tailwind-boilerplate.git
$ cd vue-tailwind
$ npm install
$ npm run serve
npm run serve
: Node Sass + sass loader
Proper config for tailwindCSS postcss.config.js
and tailwind.config.js
to use it's directive @apply
in scoped styles in vue component with SASS
npm run build
You can fork this repo to create your own boilerplate, and use it with vue-cli
: