License
Downloads
Stars
Last commit
All contributors

VueJS dashboard template (api & client)

A simple dashboard template using MongoDB, VueJS and Fastify.

  • Fast
  • Simple
  • Easy to use
  • ⚠️ Not responsive

? Installation

git clone https://github.com/StudioDEVIOO/vuejs-dashboard.git
cd vuejs-dashboard

?️ Install dependencies

cd api
npm install
cd ..

cd dashboard
npm install
cd ..

? Run

⚠️EDIT api/config.json and dashboard/src/config.json

API

cd api
node .

Client

In development mode:

cd dashboard
npm run dev

In production mode:

cd dashboard
npm run build

The dashboard is in the dist folder.

?️ Screenshots

Register
Login
Dashboard
Alert Success
Alert error

? Contributors:

⚖️ License

MIT

GitHub

View Github