Giter VIP home page Giter VIP logo

vve-element-theme's Introduction

vve element theme

vve支持的 element 主题

996.icu LICENSE

目前主题有

  • vve-te-00A1B7

element ui主题

-如果需要新增element主题,配合官方文档制作主题 -删除 除index.css其他文件,并修改index.css文件名为index.scss,添加main.scss,main.js,参考element-00A1B7目录

安装

npm安装使用

npm install vve-element-theme

引入样式

import 'vve-element-theme/dist/element-00A1B7.css'

如果你的项目支持sass,你可以直接引用

import 'vve-element-theme/src/element-00A1B7/main.scss'

之后应用样式

<!-- vve-te-00A1B7 是 vve-theme-element-00A1B7 的简写-->
<div class="vve-te-00A1B7"></div>

CDN安装使用

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/element-00A1B7.css">

<!-- vve-te-00A1B7 是 vve-theme-element-00A1B7 的简写-->
<div class="vve-te-00A1B7"></div>

开发

  • 安装依赖
npm install
  • 开发
npm start
  • 当个主题查看
npm start -- --env.SINGLE_ENTRY=element-rj-ivg
npm start -- --env.SINGLE_ENTRY=element-rj-onc-dark
npm start -- --env.SINGLE_ENTRY=element-rj-2b6afd
npm start -- --env.SINGLE_ENTRY=element-rj-18edd0
npm start -- --env.SINGLE_ENTRY=element-rj-2b6afd-old
npm start -- --env.SINGLE_ENTRY=element-rj-18edd0-old
  • 打包
npm run build
  • 发布
npm run release
git push --follow-tags origin master && npm publish

vve-element-theme's People

Contributors

nqdy666 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.