{"id":26357842,"url":"https://github.com/loicduong/vue-element-admin","last_synced_at":"2025-03-16T14:18:22.057Z","repository":{"id":268835255,"uuid":"905125459","full_name":"loicduong/vue-element-admin","owner":"loicduong","description":"A fresh and elegant admin template, based on Vue 3, Vite 6, TypeScript, Element Plus and UnoCSS.","archived":false,"fork":false,"pushed_at":"2025-03-09T09:45:25.000Z","size":7261,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T10:24:13.269Z","etag":null,"topics":["admin","element-plus","pinia","typescript","unocss","unplugin","vite6","vue3"],"latest_commit_sha":null,"homepage":"https://v-element-admin.vercel.app","language":"TypeScript","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/loicduong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-12-18T08:02:23.000Z","updated_at":"2025-03-09T09:45:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c571387-13dc-4d11-a965-6976b490e233","html_url":"https://github.com/loicduong/vue-element-admin","commit_stats":null,"previous_names":["loicduong/vue-element-admin"],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicduong%2Fvue-element-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicduong%2Fvue-element-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicduong%2Fvue-element-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loicduong%2Fvue-element-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loicduong","download_url":"https://codeload.github.com/loicduong/vue-element-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878482,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["admin","element-plus","pinia","typescript","unocss","unplugin","vite6","vue3"],"created_at":"2025-03-16T14:18:20.556Z","updated_at":"2025-03-16T14:18:22.038Z","avatar_url":"https://github.com/loicduong.png","language":"TypeScript","readme":"# Vue Element Admin\n\n![image](./public/favicon.svg)\n\n[![license](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nA fresh and elegant admin template, based on Vue 3, Vite 6, TypeScript, Element Plus and UnoCSS.\n\n`VueElementAdmin` is a clean, elegant, beautiful and powerful admin template, based on the latest front-end technology stack, including Vue 3, Vite 6, TypeScript, Pinia and UnoCSS. It has built-in rich theme configuration and components, strict code specifications, and an automated file routing system. In addition, it also uses the online mock data solution based on ApiFox. `VueElementAdmin` provides you with a one-stop admin solution, no additional configuration, and out of the box. It is also a best practice for learning cutting-edge technologies quickly.\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Features](#features)\n- [Browser Support](#browser-support)\n- [Maintainer](#maintainer)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Install\n\nMake sure your environment meets the following requirements:\n\n- [git](https://git-scm.com).\n- [node](http://nodejs.org) \u003e=18.12.0, recommended 18.19.0 or higher.\n- [pnpm](https://pnpm.io) \u003e= 8.7.0, recommended 8.14.0 or higher.\n\n```bash\n# Clone project\ngit clone https://github.com/loicduong/vue-element-admin.git\n\n# Install dependencies\npnpm i\n```\n\n## Usage\n\n```bash\n# Start project\npnpm dev\n\n# Build project on production environment\npnpm build\n\n# Build project on development environment\npnpm build:dev\n\n# Build project on testing environment\npnpm build:tst\n\n# Clean cache \u0026 related files\npnpm cleanup\n\n# Check format of commit message\npnpm commit\n\n# Start project on development environment\npnpm dev\n\n# Start project on testing environment\npnpm dev:tst\n\n# Start project on production environment\npnpm dev:prd\n\n# Lint\npnpm lint\n\n# Lint \u0026 auto fix\npnpm lint:fix\n\n# Install \u0026 configure simple-git-hooks\npnpm prepare\n\n# Release project\npnpm release\n\n# Preview project\npnpm preview\n\n# Check type\npnpm typecheck\n\n# Update package\npnpm update-pkg\n```\n\n## Features\n\n- Cutting-edge technology application: using the latest popular technology stack such as Vue 3, Vite 6, TypeScript, Pinia and UnoCSS.\n- Clear project architecture: using pnpm monorepo architecture, clear structure, elegant and easy to understand.\n- Strict code specifications: follow the [Antfu Eslint Config](https://eslint-config.antfu.me/), integrate eslint and simple-git-hooks to ensure the code is standardized.\n- TypeScript: support strict type checking to improve code maintainability.\n- Rich theme configuration: built-in a variety of theme configurations, perfectly integrated with UnoCSS.\n- Built-in internationalization solution: easily realize multi-language support.\n- Automated file routing system: automatically generate route import, declaration and type. For more details, please refer to [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) \u0026 [vite-plugin-vue-layouts-next](https://github.com/loicduong/vite-plugin-vue-layouts-next).\n- Flexible permission routing: support both front-end static routing and back-end dynamic routing.\n- Rich page components: built-in a variety of pages and components, including 403, 404, 500 pages, as well as layout components, tag components, theme configuration components, etc.\n- Command line tool: built-in efficient command line tool, git commit, delete file, release, etc.\n- Mobile adaptation: perfectly support mobile terminal to realize adaptive layout.\n- Components auto importing: [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) \u0026 [unplugin-icons](https://github.com/unplugin/unplugin-icons).\n- APIs auto importing: use [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) to import APIs directly.\n- Deploy on Vercel, zero-config.\n- Apply [standard-readme](https://github.com/RichardLitt/standard-readme) to ensure the quality of the README file.\n- PWA.\n\n## Browser Support\n\nIt is recommended to use the latest version of Chrome in development for a better experience.\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png\" alt=\"IE\" width=\"24px\" height=\"24px\"  /\u003e](http://godban.github.io/browsers-support-badges/) | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\" Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/) | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/) | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/) | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/) |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| not support                                                                                                                                                                                                                             | last 2 versions                                                                                                                                                                               | last 2 versions                                                                                                                                                                                       | last 2 versions                                                                                                                                                                                    | last 2 versions                                                                                                                                                                                    |\n\n## Maintainer\n\n[Loic Duong](https://github.com/loicduong)\n\n## Contributing\n\nSee [the contributing file](CONTRIBUTING.md). PRs accepted.\n\n## License\n\n[MIT © 2024 Loic Duong](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floicduong%2Fvue-element-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floicduong%2Fvue-element-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floicduong%2Fvue-element-admin/lists"}