All Projects → ecomfe → veui-theme-blue

ecomfe / veui-theme-blue

Licence: other
a theme for VEUI

Programming Languages

Less
1899 projects
javascript
184084 projects - #8 most used programming language

veui-theme-blue

blue theme for veui, this is a vue.js project.

veui-theme-blue

Usage

Installation

npm install veui-theme-blue --save

Load base styles for VEUI

There are two ways to load the base stylesheet:

  1. Direct import in JavaScript
import 'veui-theme-blue/common.less'
  1. Import from a <style> block in a .vue file
<style lang="less" src="veui-theme-blue/common.less"></style>

<!-- OR -->

<style lang="less">
@import "~veui-theme-blue/common.less"
</style>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].