blue theme for veui, this is a vue.js project.
npm install veui-theme-blue --save
There are two ways to load the base stylesheet:
- Direct
import
in JavaScript
import 'veui-theme-blue/common.less'
- 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>
npm install
npm run serve
npm run build
npm run lint