/ManageLandingPage

Frontend Master Landing Page Challenge, Vue3 + Tailwind

Primary LanguageVue

Tailwind Manage Landing Page

This is the project from FrontEnd Master Challenge.

Screenshot 2022-04-10 at 17 11 32

Live Demo

Usage

Install dependencies (Vue3, Tailwind)

npm install

Run the Tailwind CLI to compile the input.css during development. The output file is css/main.css

npm run watch

To build once run...

npm run build