Skip to content

A basic card based Dashboard and User Details page using Vue and Pinia

Notifications You must be signed in to change notification settings

goodguygoddy/employee-dashboard

Repository files navigation

Employee Dashboard

Dashboard View

Dashboard

User Details Page View

User Details

I am writing down all the steps below to setup and run the application.

Project Setup

To run the project you need to open 2 terminals and run the server and client commands as below:

JSON-Server setup

cd employee-dashboard
sudo npm install -g json-server      // Install the json-server globally
sudo json-server -w ./data/db.js     // Starting the json-server

Vue.js Client setup

cd employee-dashboard
npm install
npm run build
npm run preview

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

About

A basic card based Dashboard and User Details page using Vue and Pinia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published