Git Product home page Git Product logo

element-theme-c's Introduction

element-plus UI 自定义化

基于element-plus版本

  ^1.2.0-beta.6

使用方法

  1. 安装element-plus npm install [email protected]
  2. 项目引入
  // main.ts
  import { createApp } from 'vue'
  import App from './App.vue'

  import ElementPlus from 'element-plus'
  // 不要引入默认的样式
  // import 'element-plus/dist/index.css'
  // 引入自定义样式
  import 'element-plus-theme-cestc'

  const app = createApp(App)

  app.use(ElementPlus)
  app.mount('#app')

项目目录

  vite-project
  ├─ .env.development
  ├─ .env.production
  ├─ .eslintrc.js
  ├─ .gitignore
  ├─ .vscode
  │  ├─ extensions.json
  │  └─ settings.json
  ├─ README.md
  ├─ index.html
  ├─ package-lock.json
  ├─ package.json
  ├─ public
  │  └─ favicon.ico
  ├─ src
  │  ├─ App.vue
  │  ├─ assets
  │  │  └─ logo.png
  │  ├─ components
  │  │  ├─ HelloWorld.vue
  │  │  └─ demo.vue
  │  ├─ env.d.ts
  │  └─ main.ts
  ├─ tsconfig.json
  ├─ vite.config.ts
  ├─ 文件命名规范.md
  └─ 目录管理规范.md

版本管理

版本管理用工具包semver管理,使用方法如下: // 升级修订版本号 npm version patch // 升级次版本号 npm version minor // 升级主版本号 npm version major 其他用法

element-theme-c's People

Contributors

wghe110 avatar

Watchers

James Cloos 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.