Skip to content

An ERP (Enterprise Resource Planning) system is a comprehensive suite of integrated business applications designed to streamline and automate various business processes within an organization. The features of an ERP system can vary based on the specific needs of the business, industry

Notifications You must be signed in to change notification settings

story2Dev/nuxt-erp

Repository files navigation

Nuxt ERP Admin Dashboard

ERP Admin Dashboard built with Nuxt 3, Tailwind CSS, TypeScript, ESLint, Prettier, EChart

feature

Demo

image

USE

UI

nuxt-naiveui

Features

  • Nuxt 3
  • Tailwind CSS
  • EChart
  • TypeScript
  • ESLint
  • Prettier

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

backend dev

or read here

# npm
npm run backend:dev

About

An ERP (Enterprise Resource Planning) system is a comprehensive suite of integrated business applications designed to streamline and automate various business processes within an organization. The features of an ERP system can vary based on the specific needs of the business, industry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published