build(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2 Bumps @babel/traverse from 7.18.8 to 7.23.2. Release notes Changelog Commits updated-dependencies: dependency-name: “@babel/traverse” dependency-type: indirect … Signed-off-by: dependabot[bot] support@github.com
build(deps-dev): bump @babel/traverse from 7.18.8 to 7.23.2
Bumps @babel/traverse from 7.18.8 to 7.23.2.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
blue theme for veui, this is a vue.js project.
veui-theme-blue
pnpm install veui-theme-blue --save
There are two ways to load the base stylesheet:
import
import 'veui-theme-blue/common.less'
<style>
.vue
<style lang="less" src="veui-theme-blue/common.less"></style> <!-- OR --> <style lang="less"> @import "~veui-theme-blue/common.less" </style>
pnpm install
pnpm run serve
pnpm run build
pnpm run lint
See Configuration Reference.
veui-theme-blue
veui-theme-blue
Usage
Installation
Load base styles for VEUI
There are two ways to load the base stylesheet:
importin JavaScript<style>block in a.vuefileProject setup
Compiles and hot-reloads for development
Compiles and minifies for production
Lints and fixes files
Customize configuration
See Configuration Reference.