Skip to content

Commit

Permalink
docs: 添加electron-xs-admin连接
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Sep 5, 2022
1 parent da0ac3c commit 1eae1db
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center"> <a href="https://github.com/jsxiaosi/vue-xs-admin"><h1>Vue3</h1></a>
<div align="center"> <a href="https://github.com/jsxiaosi/vue-xs-admin"><h1>vue-xs-admin</h1></a>
</div>

## 简介
Expand All @@ -8,6 +8,10 @@
账号:admin
密码:admin123

## electron 版

[electron-xs-admin](https://github.com/jsxiaosi/electron-xs-admin)

## 特性

- **最新技术栈**:使用 Vue3/vite2 等前端前沿技术开发
Expand Down Expand Up @@ -40,7 +44,17 @@ git clone git@github.com:jsxiaosi/vue-xs-admin.git

```bash
cd vite-vue3-Template
```

推荐使用`pnpm`

```bash
pnpm i
```

`npm`安装

```bash
npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
Expand All @@ -63,7 +77,7 @@ npm run build

## 项目地址

- [vite-vue3-template](https://github.com/jsxiaosi/vue-xs-admin)
- [vue-xs-admin](https://github.com/jsxiaosi/vue-xs-admin)

## 如何贡献

Expand Down

0 comments on commit 1eae1db

Please sign in to comment.