veui-theme-blue

Theme Blue for VEUI.

Usage no npm install needed!

<script type="module">
  import veuiThemeBlue from 'https://cdn.skypack.dev/veui-theme-blue';
</script>

README

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>