Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Sep 6, 2022
1 parent 1eae1db commit 427548e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

## electron 版

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

## tauri 版

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

## 特性

Expand All @@ -32,15 +36,15 @@

## 安装使用

- 获取项目代码(https or ssh)
### 1. 获取项目代码(https or ssh)

```bash
git clone https://github.com/jsxiaosi/vue-xs-admin.git

git clone [email protected]:jsxiaosi/vue-xs-admin.git
```

- 安装依赖
### 2.安装依赖

```bash
cd vite-vue3-Template
Expand All @@ -63,13 +67,13 @@ npm install --registry=https://registry.npm.taobao.org

```

- 运行
### 3.运行

```bash
npm run dev
```

- 打包
### 4.打包

```bash
npm run build
Expand Down

0 comments on commit 427548e

Please sign in to comment.