https://github.com/guqing/violet-cloud-web
violet cloud web
https://github.com/guqing/violet-cloud-web
antd-design-pro spring-boot springcloud vuejs
Last synced: 4 months ago
JSON representation
violet cloud web
- Host: GitHub
- URL: https://github.com/guqing/violet-cloud-web
- Owner: guqing
- License: mit
- Created: 2020-05-30T11:41:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T14:02:40.000Z (over 4 years ago)
- Last Synced: 2025-04-06T08:47:30.807Z (6 months ago)
- Topics: antd-design-pro, spring-boot, springcloud, vuejs
- Language: Vue
- Size: 1.87 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](./README.zh-CN.md)
Violet Cloud Web
[](https://gitpod.io/#https://github.com/guqing/violet-cloud-web)


### Env and dependencies
- node
- yarn
- webpack
- eslint
- @vue/cli ~3
- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - Picture edit
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - AntV G2
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - Antv/G2 of Vue> Note: [Yarn](https://yarnpkg.com/) package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm
### Preview






### Project setup- Clone repo
```bash
git clone https://github.com/guqing/violet-cloud-web.git
cd violet-cloud-web
```- Install dependencies
```
yarn install
```- Compiles and hot-reloads for development
```
yarn run serve
```- Compiles and minifies for production
```
yarn run build
```- Lints and fixes files
```
yarn run lint
```### Other
- **IMPORTANT : About Issue feedback !! when opening Issue read [Issue / PR Contributing](./docs/issues.md)**
- [Vue-cli3](https://cli.vuejs.org/guide/) used by the project.
- Disable Eslint (not recommended): remove `eslintConfig` field in `package.json` and `vue.config.js` field `lintOnSave: false`
- Load on Demand `/src/main.js` L14, in `import './core/lazy_use'`, `import './core/use''`. more [load-on-demand.md](./docs/load-on-demand.md)
- Customize Theme: [Custom Theme Config (@kokoroli)](https://github.com/kokoroli/antd-awesome/blob/master/docs/Ant_Design_%E6%A0%B7%E5%BC%8F%E8%A6%86%E7%9B%96.md)
- I18n: [locales (@musnow)](./src/locales/index.js)
- Production env `mock` is disabled. use `src/mock/index.js`
## Browsers support
Modern browsers and IE10.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari | [
](http://godban.github.io/browsers-support-badges/)Opera |
| --- | --- | --- | --- | --- |
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |