MCPcopy Index your code
hub / github.com/hug-sun/element3

github.com/hug-sun/element3 @v0.0.40

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.40 ↗ · + Follow
1,129 symbols 2,311 edges 518 files 151 documented · 13% 32 cross-repo links updated 4mo agov0.0.40 · 2021-03-29★ 3,27245 open issues

Browse by type

Functions 926 Types & classes 203
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Introduction

A Vue.js 3.0 UI Toolkit for Web.

Install

npm install element3 -S

Quick Start

import { createApp } from 'vue'
import App from './App.vue'
// import style
import 'element3/lib/theme-chalk/index.css'
import Element3 from 'element3'

// global import
createApp(App).use(Element3).mount('#app')

// or according to the need to import
import {
  ElLink,
  ElButton
  // ...
} from 'element3'

createApp(App).use(ElLink).use(ElButton)

About

Documentation

To check out live docs, visit website

Questions

TODO

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Contribution ✨

Please make sure to read the Contributing Guide before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to this curated list!

Thank you to all the people who already contributed to Element3!

shengxinjing 💻🎬 cuixiaorui 💻 大帅ezshine 🧩📺 blackNezha 💻 村长 🎬💻 全栈然叔 🚌 轩姐JustAMan 💻
## Join Discussion Group Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group : Join Discusion Group ## License [MIT](http://opensource.org/licenses/MIT)

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 752
Interface 178
Method 174
Class 22
Enum 3

Languages

TypeScript100%

Modules by API surface

packages/element3/packages/tree/entity/TreeNode.js42 symbols
packages/element3/src/utils/date-util.js36 symbols
packages/element3/src/utils/util.js24 symbols
packages/element3/packages/table/src/table.d.ts22 symbols
packages/element3/packages/table/src/store/watcher.js22 symbols
packages/element3/src/components/Progress/src/props.ts21 symbols
packages/element3/packages/table/src/util.js21 symbols
packages/element3/src/utils/popper.js20 symbols
packages/element3/src/utils/new-popper.js20 symbols
packages/element3/packages/color-picker/src/color.js20 symbols
packages/element3/packages/cascader-panel/Node.js20 symbols
packages/element3/packages/tree/entity/Tree.js18 symbols

Dependencies from manifests, versioned

@babel/core7.12.10 · 1×
@babel/plugin-proposal-nullish-coalescing-operator7.12.1 · 1×
@babel/plugin-proposal-optional-chaining7.12.7 · 1×
@babel/preset-env7.12.10 · 1×
@babel/preset-typescript7.12.7 · 1×
@rollup/plugin-babel5.2.2 · 1×
@rollup/plugin-commonjs17.0.0 · 1×
@rollup/plugin-json4.1.0 · 1×
@rollup/plugin-node-resolve11.0.0 · 1×
@rollup/plugin-replace2.3.4 · 1×
@testing-library/vue6.4.0 · 1×

For agents

$ claude mcp add element3 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page