veui-theme-blue

2.8.0 • Public • Published

veui-theme-blue

Theme Blue for VEUI.

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>

Readme

Keywords

Package Sidebar

Install

npm i veui-theme-blue

Weekly Downloads

1

Version

2.8.0

License

MIT

Unpacked Size

725 kB

Total Files

269

Last publish

Collaborators

  • qbaty
  • wkaifang
  • eyunhua
  • fuchunhui