-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
## 特性 | ||
|
||
|
@@ -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 | ||
|
@@ -63,13 +67,13 @@ npm install --registry=https://registry.npm.taobao.org | |
|
||
``` | ||
|
||
- 运行 | ||
### 3.运行 | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
- 打包 | ||
### 4.打包 | ||
|
||
```bash | ||
npm run build | ||
|