diff --git a/README.en.md b/README.en.md index 3a1a66bf4de522f1322bb6355ea097f08799cc5a..6f38788da8ffd58f24948a0bae2ddf74f754abe5 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,44 @@ # dsms-ui -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +### Description +dsms-ui is a graphical user interface (UI) component for the Distributed Storage Management System (DSMS). + +This component works with dsms-engine (the management engine component) to enable users to use and manage the DSMS system through web pages. +### Technology stack +- Vite +- Vue3 +- Es6 +- Element-plus +### Installation and use +1. Get the project code +``` +git clone https://gitee.com/anolis/dsms-ui.git +``` +2. Installation dependencies +``` +cd dsms-ui +npm install +``` +3. run +``` +npm run dev +``` + +### Browser support +This project theory supports the use of the following versions and later versions of the browser +| Edge | Firefox | Chrome | Safari | +| --------- | ------------ | ----------- | ----------- | +| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 | +> Since Vue 3 no longer supports IE11, this project will no longer support IE either. Tested Browser: Chrome 107.0.5304.110 + + +### Contribution + +You can [Raise an issue](https://gitee.com/anolis/dsms-ui/issues/new) Or submit a Pull Request. + +**Pull Request:** + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request \ No newline at end of file