Skip to content

MatheusTKoch/task-project

Repository files navigation

en

pt-br

About the Task Project

This is a simple task list project made with Vue, Vite, Firebase and Tailwind CSS.

Other depedencies installed

The icons of this project are using Iconify, the text font is from Google Fonts and the switch component is from Headless UI.

Customize configuration

See Vite Configuration Reference.

Project Setup

After downloading the files please run:

npm install

Next step, after installing the required dependencies and creating a project in Firebase, activate the Web configuration for you project, and paste your Firebase Config exactly as it was created on the main.js file.

After installing, for running it localy please run this command:

npm run dev

Compile and Minify for Production

npm run build