Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Apr 19, 2022
1 parent 45381f2 commit db6be31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ A basic solution for middle and background management system, based on vue3, typ

```bash
# config
1. Install the 'ESLint' plugin
2. Install the 'Volar' plugin
1. Install the 'eslint' plugin
2. Install the 'volar' plugin
3. node v16.x
4. pnpm v6.x

# clone the project
git clone https://github.com/un-pany/v3-admin.git
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@

```bash
# 配置
1. 安装 ESLint 插件
2. 安装 Volar 插件
1. 安装 eslint 插件
2. 安装 volar 插件
3. node v16.x
4. pnpm v6.x

# 克隆项目
git clone https://github.com/un-pany/v3-admin.git
Expand Down
6 changes: 3 additions & 3 deletions deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

'use strict'
const scpClient = require('scp2') // 引入scp2
const scpClient = require('scp2') // 引入 scp2
const ora = require('ora')
const chalk = require('chalk')
const spinner = ora('正在发布到服务器...')
Expand All @@ -15,8 +15,8 @@ const Client = require('ssh2').Client
const conn = new Client()

const server = {
host: '', // 服务器的IP地址
port: '22', // 服务器端口, 一般为22
host: '', // 服务器的 ip 地址
port: '22', // 服务器端口, 一般为 22
username: 'root', // 用户名
password: '', // 密码
path: '/var/www/html/', // 项目部署的服务器目标位置
Expand Down

0 comments on commit db6be31

Please sign in to comment.