English | 简体中文
- Clone repo
git clone https://github.com/AdTiming/OM-Dashboard-UI.git
cd OM-Dashboard-UI- 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- file and settings
| item | value |
|---|---|
| Login Logo | /public/assets/logo.svg |
| Login background | /public/assets/background.svg |
| Menu Logo | /public/om-logo.svg |
| primary-color | #1A7DF1 (vue.config.js) |
| info-color | #1A7DF1 |
| success-color | #00CA08 |
| processing-color | #EA1A0D |
| error-color | #EA1A0D |
| normal-color | #d9d9d9 |
| tooltip-bg | rgba(0, 0, 0, 0.75) |
| tooltip-max-width | 600px |