# element-plus-vite-admin
**Repository Path**: osAce/element-plus-vite-admin
## Basic Information
- **Project Name**: element-plus-vite-admin
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-30
- **Last Updated**: 2021-12-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# element-plus-vite-starter
> A starter kit for Element Plus with Vite
Preview:
This is an example of all element-plus.
If you want an on-demand import example, you can check [unplugin-element-plus/examples/vite](https://github.com/element-plus/unplugin-element-plus/tree/main/examples/vite).
## Project setup
```bash
npm install
```
### Compiles and hot-reloads for development
```bash
npm run dev
```
### Compiles and minifies for production
```bash
npm run build
```
## Usage
### On demand
```bash
npm install unplugin-element-plus -D
```
## git
### 查看远程仓库地址
```
git remote -v
```
### 更新远程仓库地址
```
git remote set-url origin https://git.xxxxxxxxx.git
```