{"id":9941045,"url":"https://github.com/dolphin-admin/vue-admin","last_synced_at":"2026-01-22T05:43:22.399Z","repository":{"id":170367419,"uuid":"646172746","full_name":"dolphin-admin/vue-admin","owner":"dolphin-admin","description":"🐬 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.","archived":false,"fork":false,"pushed_at":"2024-04-11T12:42:07.000Z","size":5218,"stargazers_count":66,"open_issues_count":23,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-06T03:18:35.461Z","etag":null,"topics":["naive-ui","tailwindcss","typescript","vue","vue3"],"latest_commit_sha":null,"homepage":"https://dolphin-admin.bit-ocean.studio","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dolphin-admin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-27T14:17:43.000Z","updated_at":"2025-10-10T07:54:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"261d9ff1-0f8a-427c-9847-6a91af5ba72b","html_url":"https://github.com/dolphin-admin/vue-admin","commit_stats":null,"previous_names":["recallwei/yahoo-news-app","recallwei/news-app","recallwei/dolphin-admin-web","bit-ocean-studio/dolphin-admin-web","bit-ocean-studio/dolphin-admin","bit-ocean-studio/dolphin-admin-vue","dolphin-admin/dolphin-admin-vue","dolphin-admin/vue-admin"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dolphin-admin/vue-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphin-admin%2Fvue-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphin-admin%2Fvue-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphin-admin%2Fvue-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphin-admin%2Fvue-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dolphin-admin","download_url":"https://codeload.github.com/dolphin-admin/vue-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphin-admin%2Fvue-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28656569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["naive-ui","tailwindcss","typescript","vue","vue3"],"created_at":"2024-05-19T05:26:11.299Z","updated_at":"2026-01-22T05:43:22.372Z","avatar_url":"https://github.com/dolphin-admin.png","language":"Vue","funding_links":[],"categories":["Components \u0026 Libraries","List"],"sub_categories":["Frameworks","Admin Projects Using NaiveUI"],"readme":"# Dolphin Admin Vue\n\nEnglish / [简体中文](./README.zh-CN.md)\n\nDolphin Admin Vue is an open source, lightweight, out-of-the-box, elegant and exquisite, internationalized\nbackend management template based on Vue 3 + Vite + Naive UI + TypeScript + TailwindCSS.\n\n## Features\n\n- [x] Based on [Vue 3](https://vuejs.org/), [Vite](https://vitejs.dev/)\n- [x] [TypeScript](https://www.typescriptlang.org/), of course\n- [x] [Naive UI](https://www.naiveui.com/), a Vue 3-based UI library\n- [x] [TailwindCSS](https://tailwindcss.com/), a utility-first CSS framework\n- [x] [pnpm](https://pnpm.io/) as package manager\n- [x] [Sass](https://sass-lang.com/) as CSS preprocessor\n- [x] [Vue Router](https://router.vuejs.org/) for routing management\n- [x] [Pinia](https://pinia.vuejs.org/) for global state management\n- [x] [Axios](https://axios-http.com/) for request, and highly encapsulated\n- [x] [Vue Use](https://vueuse.org/) as Vue Hook library\n- [x] [Vue Use Motion](https://motion.vueuse.org/) for animation\n- [x] [iconify/json](https://iconify.design/) and [unplugin-icons](https://github.com/antfu/unplugin-icons)\n      for icon management, you can use [icones](https://icones.js.org/) to use it quickly\n- [x] [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) and\n      [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) for automatic import\n      of components, hooks, and utility classes, freeing your hands\n- [x] [vue-i18n](https://vue-i18n.intlify.dev/), support internationalization\n- [x] [ECharts](https://echarts.apache.org/) for data visualization\n- [x] [xlsx](https://www.npmjs.com/package/xlsx) for Excel file import and export\n- [x] [Socket.IO](https://socket.io/) for real-time communication\n- [x] [ESLint](https://eslint.org/) for code checking\n- [x] [Prettier](https://prettier.io/) for code formatting\n- [x] [CSpell](https://cspell.org/) for code spelling checking\n- [x] [Husky](https://typicode.github.io/husky/), [lint-staged](https://github.com/okonet/lint-staged),\n      [commitlint](https://commitlint.js.org/#/), [cz-git](https://cz-git.qbb.sh/) for Git commit management\n- [x] [taze](https://github.com/antfu/taze) for dependency version management\n- [x] Support absolute path import, use `@/*`\n- [x] Support third-party login like GitHub, Google, etc.\n- [x] Support desktop, use [Tauri](https://tauri.app/) for desktop application packaging\n- [x] ~~Deploy on [Vercel](https://vercel.com/), zero configuration~~ (Vercel does not support WebSocket, please deploy byself)\n\n## TODO\n\n- [ ] Use [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) for containerization\n\n## Tech Stack\n\n- [Vue 3](https://vuejs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Vite](https://vitejs.dev/)\n- [Naive UI](https://www.naiveui.com/)\n- [Sass](https://sass-lang.com/)\n\n## Code Style\n\n- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)\n- [Dev Standard](./DEVELOPMENT_STANDARD.md)\n\n## Getting Started\n\n## Checklist\n\nWhen using this template, please try to update your own information correctly according to the checklist:\n\n- [ ] Organize `README.md`\n- [ ] Modify the author name in `LICENSE`\n- [ ] Modify the project name, description, author and other information in `package.json`\n- [ ] Modify the environment variables in `.env`\n- [ ] Modify the site metadata in `index.html`\n- [ ] Change `favicon.ico` in the `/public` directory\n- [ ] Modify the app metadata in `/src/app.config.ts`\n\n## Usage\n\n### Environment\n\n- Node.js \u003e=16.20.1\n- pnpm\n\n### Configuration Environment Variables\n\nConfigure `.env` file, refer to [.env.example](./.env.example).\n\n### PC App\n\n#### Installation\n\n```bash\npnpm i\n```\n\n#### Development\n\n```bash\npnpm web:dev\n```\n\n#### Build\n\n```bash\npnpm web:build\n```\n\n### Desktop App\n\n#### Development\n\n```bash\npnpm desktop:dev\n```\n\n## Deploy\n\nGo to Vercel and select your Git repository, choose Vite as template, add production environment variables, and click deploy.\n\n## License\n\n[MIT](/LICENSE) License \u0026copy; 2023 [Bruce Song](https://github.com/recallwei) from [Bit Ocean](https://github.com/bit-ocean-studio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolphin-admin%2Fvue-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdolphin-admin%2Fvue-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolphin-admin%2Fvue-admin/lists"}