Loading repository data…
Loading repository data…
emircandemr / repository
In this project, Nuxt 3 was used with Vue3 composition API in the frontend part. Tailwind css is used as the UI library. Firebase and Firestore were used in the authentication and store parts of the project. The project is a task management application.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
To get started you can simply clone this Vue-Nuxt3-Kanban-Project.git repository and install the dependencies.
Clone the Vue-Nuxt3-Kanban-Project.git repository using git:
git clone https://github.com/emircandemr/Vue-Nuxt3-Kanban-Project.git
cd Vue-Nuxt3-Kanban-Project
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Look at the nuxt 3 documentation to learn more.
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.