diff --git a/README.md b/README.md index 85f5c1c..4504294 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RustDesk API Web -# 基于 Vue3 + Element Plus 的后台, 适用于 [RustDesk API](https://github.com/lejianwen/rustdesk-api) +# An Admin Dashboard built with Vue3 + Element Plus, designed for the [RustDesk API](https://github.com/lejianwen/rustdesk-api). vue3 @@ -18,10 +18,10 @@ git clone https://github.com/lejianwen/rustdesk-api-web cd rustdesk-api-web npm install -// 本地开发 +// Local Development npm run dev -// 打包 +// Pack npm run build ```