/Vuejs-Template-with-Tailwindcss

A customised vuejs template with tailwindcss.

Primary LanguageJavaScript

Customized Vuejs Template with Tailwindcss

A customized vuejs files created by alli-codes to help ease building future projects.

Features

Installation

  1. Make sure you have Node JS installed. If you don't have it:
brew install node
  1. Clone the repo:
git clone https://github.com/alli-Codes/Vuejs-Template-with-Tailwindcss.git
  1. Open the project folder:
cd Vuejs-Template-with-Tailwindcss
  1. Install packages and dependencies:
npm install
  1. Start a local dev server at http://localhost:8080:
npm run serve