Boilerplate for Tailwind, Vue (Vite), and PostCSS to quickly create designs
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Download the project and open it in your terminal and code editor!
Install the packages via npm:
npm install
While developing run:
npm run dev
Open the index.html
open ./dist/index.html
Before deploying your project run the following command:
npm run build
- TailwindCSS [https://tailwindcss.com]
- Vite [https://vitejs.dev/]
- VueJS [https://vuejs.org/]
- Adam Wathan - Creating the awesome TailwindCSS
- Pascal Hesselink - Setting up this project
This project is licensed under the MIT License