https://github.com/master-coder-ll/v2ray-manager-console
This is the console of v2ray-web-manager
https://github.com/master-coder-ll/v2ray-manager-console
Last synced: 7 days ago
JSON representation
This is the console of v2ray-web-manager
- Host: GitHub
- URL: https://github.com/master-coder-ll/v2ray-manager-console
- Owner: master-coder-ll
- License: mit
- Created: 2020-02-21T13:06:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:52:05.000Z (8 months ago)
- Last Synced: 2025-01-10T00:03:55.869Z (5 months ago)
- Language: Vue
- Size: 502 KB
- Stars: 81
- Watchers: 3
- Forks: 74
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[主项目/master project ](https://github.com/master-coder-ll/v2ray-web-manager)
## 环境
node v16.9.1
[node_modules](https://gitee.com/wubie/vue2-element-admin-simplify/raw/master/%5Bbackup%5Dnode_modules.zip)## Build
```bash
# build for test environment
npm run build:stage# build for production environment
npm run build:prod
```## Advanced
```bash
# preview the release environment effect
npm run preview# preview the release environment effect + static resource analysis
npm run preview -- --report# code format check
npm run lint# code format check and auto fix
npm run lint -- --fix
```Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information
## Browsers support
Modern browsers and Internet Explorer 10+.
| [
](https://godban.github.io/browsers-support-badges/)IE / Edge | [
](https://godban.github.io/browsers-support-badges/)Firefox | [
](https://godban.github.io/browsers-support-badges/)Chrome | [
](https://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions## License
[MIT](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
Copyright (c) 2017-present PanJiaChen