ecomfe / veui-theme-blue

a theme for VEUI

Home Page:veui-theme-blue.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

veui-theme-blue

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

veui-theme-blue

Usage

Installation

pnpm 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

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint

Customize configuration

See Configuration Reference.

About

a theme for VEUI

veui-theme-blue.vercel.app


Languages

Language:Less 62.2%Language:JavaScript 37.7%Language:Shell 0.1%Language:Smarty 0.0%