diff --git a/README.en.md b/README.en.md index 6f38788da8ffd58f24948a0bae2ddf74f754abe5..751b4771dda7541fff4f0257c77da5a00e0147b6 100644 --- a/README.en.md +++ b/README.en.md @@ -23,7 +23,10 @@ npm install ``` npm run dev ``` - +4.compile +``` +npm run build +``` ### Browser support This project theory supports the use of the following versions and later versions of the browser | Edge | Firefox | Chrome | Safari | diff --git a/README.md b/README.md index 0fda214adb91de3289a58a11a9f735e128cbaa4e..bfb6fcbfacd585187c5ed92c7adba0469c92f4cd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ dsms-ui是为DSMS (Distributed Storage Management System) 分布式存储管理 1. 获取代码 ``` git clone https://gitee.com/anolis/dsms-ui.git +``` 2. 安装依赖 ``` cd dsms-ui @@ -23,6 +24,10 @@ npm install ``` npm run dev ``` +4.编译 +``` +npm run build +``` ### 浏览器支持 本项目理论支持以下版本及更高版本的浏览器使用