Dolphin Admin Vue is an open source, lightweight, out-of-the-box, elegant and exquisite, internationalized backend management template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS.
Dolphin Admin Web is an open-source backend management template based on Vue 3, Vite, and Naive UI. It is lightweight, elegant, and internationalized, making it suitable for a variety of web applications. The template includes various features such as Vue Router for routing management, Pinia for global state management, Axios for API requests, and ECharts for data visualization. Additionally, it supports internationalization, Excel file import/export, real-time communication with socket.io, and third-party login integration. The template also provides tools for code checking, formatting, and spelling checking. It can be easily deployed on Vercel with zero configuration.
To install Dolphin Admin Web, follow these steps:
Ensure that you have Node.js version 16.14.0 or higher and pnpm installed on your system.
Configure the environment variables by creating a .env file. You can refer to the provided .env.example file for the required variables.
Clone the Git repository of Dolphin Admin Web.
In the cloned repository, update the following information:
README.md file.LICENSE.package.json.index.html.favicon.ico file in the /public directory./src/app.config.ts.Run the following command to install the dependencies:
pnpm install
To start the development server, use the following command:
pnpm run dev
To build the project for production, run:
pnpm run build
For desktop app development, install Tauri and follow the instructions specific to desktop app development provided by Dolphin Admin Web.
For deployment, go to Vercel and select your Git repository. Choose Vite as the template, add production environment variables, and click deploy.
Dolphin Admin Web is an open-source backend management template that provides a lightweight and elegant solution for building web applications. With its integration of modern technologies like Vue 3, Vite, and Naive UI, it offers an expressive and powerful development environment. The template includes a rich set of features such as API request handling, global state management, data visualization, and internationalization. It also supports desktop application packaging and deployment on Vercel. Dolphin Admin Web’s comprehensive tooling for code quality and Git commit management ensures a smooth development workflow. By following the installation guide, users can quickly set up and customize Dolphin Admin Web for their own projects.