Skip to content

A simple task manager app built with vue.js using pinia for state management

Notifications You must be signed in to change notification settings

HazimAdel101/task-manager

Repository files navigation

task-manager

Project Setup

Note that you first need to install json-server globally

npm install -g json-server

Then run the server. (Make sure you are at the root directory of the project )

json-server ./data/db.json
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build