Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 site

account: **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-vue

pnpm 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

| [ Edge](http://godban.github.io/browsers-support-badges/)IE | [ Edge](http://godban.github.io/browsers-support-badges/)Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](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)