{"id":13521571,"url":"https://github.com/zce/dashboard","last_synced_at":"2025-05-15T11:08:53.607Z","repository":{"id":11616435,"uuid":"70127846","full_name":"zce/dashboard","owner":"zce","description":"A dashboard scaffolding based on Vue.js 3.0 created by Vite.","archived":false,"fork":false,"pushed_at":"2025-05-15T03:19:28.000Z","size":30463,"stargazers_count":559,"open_issues_count":13,"forks_count":123,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-15T04:24:28.482Z","etag":null,"topics":["dashboard","vite","vue","vue-cli","vue-demo","vue-router","vue-tutorial","vue2","vue3","vuejs2","vuex","webpack"],"latest_commit_sha":null,"homepage":"https://dashboard.zce.me","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/zce.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null},"funding":{"github":"zce"}},"created_at":"2016-10-06T06:16:54.000Z","updated_at":"2025-03-26T00:22:37.000Z","dependencies_parsed_at":"2023-09-23T10:25:37.086Z","dependency_job_id":"b8dddd81-85eb-4520-a278-407ac0fb532a","html_url":"https://github.com/zce/dashboard","commit_stats":{"total_commits":385,"total_committers":8,"mean_commits":48.125,"dds":0.5376623376623377,"last_synced_commit":"8e1fe27fa2dc6a9f11a4b58e6204296cc0e1dbee"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zce%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zce","download_url":"https://codeload.github.com/zce/dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328385,"owners_count":22052632,"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":["dashboard","vite","vue","vue-cli","vue-demo","vue-router","vue-tutorial","vue2","vue3","vuejs2","vuex","webpack"],"created_at":"2024-08-01T06:00:36.050Z","updated_at":"2025-05-15T11:08:53.593Z","avatar_url":"https://github.com/zce.png","language":"Vue","readme":"# dashboard\n\n[![Build Status][actions-img]][actions-url]\n[![License][license-img]][license-url]\n[![Dependency Status][dependency-img]][dependency-url]\n[![devDependency Status][devdependency-img]][devdependency-url]\n[![Code Style][style-img]][style-url]\n\n\u003e A dashboard scaffolding based on Vue.js 3.0 \u0026 Vite.\n\n## 🎉 New dashboard scaffolding\n\nhttps://github.com/zce/fearless\n\n### Features\n\n- Modern Vue.js Ecosystem\n  - vue 3.x\n  - vuex 4.x\n  - vue-router 4.x\n- Fully strongly typed\n  - typescript 4.x\n- Next generation frontend tooling\n  - vite 2.x\n- HTTP request based on Fetch API\n  - ky 0.x (not axios)\n- Customizable UI Library\n  - naive-ui 2.x\n- Complete engineering workflow\n  - eslint 7.x\n  - husky 7.x\n  - lint-staged 11.x\n  - commitlint 13.x\n- Locally mocked API server\n  - express 4.x\n- Authorization\n  - Access token\n  - Refresh token\n  - Auth refresh token\n  - Role based authorization\n- Modern application deployment\n  - GitHub Actions\n  - Vercel (with Serverless functions)\n\n### TODOs\n\n- [x] Vite\n- [x] Migration deps to 3.0\n- [x] Basic API usage\n- [ ] Compatibility issues\n- [ ] Composition APIs\n\n### Features\n\n- Type annotation enhancement by JSDoc\n- Access control by route interception\n- Vuex (modules, plugins)\n- API Services\n- I18n support\n- Element UI custom theme\n- Travis CI \u0026 GitHub Actions\n- etc.\n\n### Preview\n\n![WEDN.NET Dashboard Login](https://user-imgs.githubusercontent.com/6166576/44618442-71adfc80-a8a8-11e8-8ff5-3dcb95dcaa8b.png)\n\n![WEDN.NET Dashboard List](https://user-imgs.githubusercontent.com/6166576/44618443-74105680-a8a8-11e8-9af9-06ae4afb6d27.png)\n\n### Online demo\n\nhttps://dashboard.zce.me\n\n\u003e - username: zce\n\u003e - password: wanglei\n\n\u003e P.S. For Chinese: https://zce.gitee.io/vue-admin\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org) (\u003e= 10.12, 12.10 preferred)\n- [npm](https://www.npmjs.com) (\u003e= 6.x) or [yarn](https://yarnpkg.com) (\u003e= 1.20)\n- [Git](https://git-scm.com) (\u003e= 2.20)\n\n### Clone \u0026 Install\n\n```shell\n# clone repo\n$ git clone https://github.com/zce/dashboard.git\n$ cd dashboard\n# install dependencies\n$ npm install # or yarn\n```\n\n### Scaffolding tools\n\nCreate an application by [zce/caz](https://github.com/zce/caz)\n\n```shell\n# create vue.js apps through this\n$ npx caz vue dashboard\n# enter generated directory\n$ cd dashboard\n```\n\n### Available Scripts\n\n```shell\n# dev with hot reload at http://localhost:3000\n$ npm run dev # or yarn dev\n\n# build for production with minification\n$ npm run build # or yarn build\n```\n\n## Fake API Server\n\nOnline service by Vercel: https://dashboard-server.now.sh\n\n\u003e Source: [zce/dashboard-server](https://github.com/zce/dashboard-server)\n\n### Usage\n\n```shell\n# clone api server\n$ git clone https://github.com/zce/dashboard-server.git\n\n$ cd dashboard-server\n\n# install deps\n$ npm install # or yarn\n\n# run api server\n$ npm start # or yarn start\n\n# =\u003e api server run @ http://localhost:2080\n```\n\nThen modify `VUE_APP_API_BASE` in `.env.development` or `.env.prodution`:\n\n```diff\n- VUE_APP_API_BASE=https://dashboard-server.now.sh\n+ VUE_APP_API_BASE=http://localhost:3000\n```\n\n## License\n\n[MIT](LICENSE) \u0026copy; [汪磊](https://zce.me) \u0026amp; [WEDN.NET](https://wedn.net)\n\n\n\n[actions-img]: https://github.com/zce/dashboard/workflows/CI/badge\n[actions-url]: https://github.com/zce/dashboard/actions\n[license-img]: https://img.shields.io/github/license/zce/dashboard\n[license-url]: https://github.com/zce/dashboard/blob/master/LICENSE\n[dependency-img]: https://img.shields.io/david/zce/dashboard\n[dependency-url]: https://david-dm.org/zce/dashboard\n[devdependency-img]: https://img.shields.io/david/dev/zce/dashboard\n[devdependency-url]: https://david-dm.org/zce/dashboard?type=dev\n[style-img]: https://img.shields.io/badge/code%20style-standard-brightgreen\n[style-url]: https://standardjs.com\n","funding_links":["https://github.com/sponsors/zce"],"categories":["Vue","Components \u0026 Libraries","Frameworks [🔝](#readme)","Projects"],"sub_categories":["Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzce%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzce%2Fdashboard/lists"}