# veui-theme-blue
**Repository Path**: mirrors_ecomfe/veui-theme-blue
## Basic Information
- **Project Name**: veui-theme-blue
- **Description**: a theme for VEUI
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-01-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# veui-theme-blue
> blue theme for veui, this is a vue.js project.
[veui-theme-blue](https://ecomfe.github.io/veui-theme-blue/#/)
## Usage
### Installation
```
pnpm install veui-theme-blue --save
```
### Load base styles for VEUI
There are two ways to load the base stylesheet:
1. Direct `import` in JavaScript
```js
import 'veui-theme-blue/common.less'
```
2. Import from a `
```
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).