alisaadatvand / serviceWatcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service Watcher

This project is the front of a service that displays the status of services and queues, and it has been made dynamic with JavaScript in such a way that the size of the elements that display the status of the services changes depending on the number of services. The page does not scroll at all

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About


Languages

Language:Vue 58.4%Language:CSS 31.6%Language:TypeScript 7.8%Language:Dockerfile 2.2%