Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinstone/agate-admin-vue
`agate-admin-vue` is Agate gateway admin front-end project, and its back-end project is [Agate](https://github.com/dinstone/agate)
https://github.com/dinstone/agate-admin-vue
Last synced: about 1 month ago
JSON representation
`agate-admin-vue` is Agate gateway admin front-end project, and its back-end project is [Agate](https://github.com/dinstone/agate)
- Host: GitHub
- URL: https://github.com/dinstone/agate-admin-vue
- Owner: dinstone
- License: mit
- Created: 2023-10-02T02:53:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:15:24.000Z (7 months ago)
- Last Synced: 2024-06-04T16:05:17.012Z (7 months ago)
- Language: TypeScript
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
agate-admin-vue
**English** | [中文](./README.zh-CN.md)
## Introduction
`agate-admin-vue` is Agate gateway admin front-end project, and its back-end project is [Agate](https://github.com/dinstone/agate).
`agate-admin-vue` is based on [vue-element-plus-admin](https://kailong110120130.gitee.io/vue-element-plus-admin) template.
`vue-element-plus-admin` developed using the latest mainstream technologies such as `vue3`, `vite` and `typescript`, the out of the box middle and background front-end solution can be used as the starting template of the project and learning reference.
`vue-element-plus-admin` Online Preview :
- [vue-element-plus-admin](https://element-plus-admin.cn/) - Full version of the github site
- [vue-element-plus-admin](https://kailong110120130.gitee.io/vue-element-plus-admin) - Full version of the gitee siteaccount: **admin/admin**
## Preparation
- [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment
- [Vite4](https://vitejs.dev/) - Familiar with vite features
- [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax
- [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript`
- [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax
- [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router
- [Element-Plus](https://element-plus.org/) - Familiar with the basic use of element-plus
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax## Install and use
- Get the project code
```bash
git clone https://github.com/dinstone/agate-admin-vue.git
```- Installation dependencies
```bash
cd agate-admin-vuepnpm install
```- run
```bash
pnpm run dev
```- build
```bash
pnpm run build:pro
```## Browser support
The `Chrome 80+` browser is recommended for local development
Support modern browsers, not IE
| [](http://godban.github.io/browsers-support-badges/)IE | [](http://godban.github.io/browsers-support-badges/)Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari |
| :-: | :-: | :-: | :-: | :-: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |## Change Log
[CHANGELOG](./CHANGELOG.md)