Customized Vuejs Template with Tailwindcss
A customized vuejs files created by alli-codes to help ease building future projects.
Features
- Simple and responsive design
- Vue.js v3 with Vue Router
- Tailwind CSS v3
Installation
-
Make sure you have Node JS installed. If you don't have it:
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
brew install node
-
Clone the repo:
git clone https://github.com/alli-Codes/Vuejs-Template-with-Tailwindcss.git
-
Open the project folder:
cd Vuejs-Template-with-Tailwindcss
-
Install packages and dependencies:
npm install
-
Start a local dev server athttp://localhost:8080
:
npm run serve