
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@femessage/element-ui
Advanced tools
npm install @femessage/element-ui -S
#or
yarn add @femessage/element-ui
import Vue from 'vue'
import Element from '@femessage/element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from '@femessage/element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
# fork this repository
git clone https://github/{ user || owner }/element.git
# remember: if want to update your component and its css, must merge latest only-component branch into your repository
git checkout -b only-component new-theme
# modify packages/theme-chalk/src/common/var.scss
# modify package name in packages/theme-chalk/package.json
sh ./publish-theme.sh
# now a new theme publish to npm for your own
The reason to checkout from branch only-component, can be found in Contributing Guide
# install dependence
yarn bootstrap
# generate files for examples site
yarn build:file
# generate theme files
yarn build:theme
# generate utils files
yarn build:utils
# generate files about locale
yarn build:umd
# clean files from yarn dist
yarn clean
# bundle examples site
yarn deploy:build
# bundle extension files
yarn deploy:extension
# extension local dev
yarn dev:extension
# local dev and preview examples site
yarn dev
# local dev single component
yarn dev:play
# bundle all lib
yarn dist
# generate i18n files
yarn i18n
# using eslint to check code style
yarn lint
# run unit test
yarn test
Please make sure to read the Contributing Guide before making a pull request.
Modern browsers and Internet Explorer 10+.
FAQs
A Component Library for Vue.js.
We found that @femessage/element-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.