selling-npm
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Element UI

element ui 商家后台样式

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install @jd/element-store -S

Quick Start

import Vue from 'vue'
import Element from '@jd/element-store'
import '@jd/element-store/lib/theme-chalk/index.css';

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from '@jd/element-store'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

同步更新Element UI

上次更新时间:Commits on Nov 21, 2018,release 2.4.11

Dev

Publish

  • 修改版本号
  • npm run dist
  • jnpm publish @jd/element-store
// http://npm.m.jd.com/
alias jnpm="npm --registry=http://registry.m.jd.com \
--cache=$HOME/.npm/.cache/jnpm \

#Or alias it in .bashrc or .zshrc
$ echo '\n#alias for cnpm\nalias jnpm="npm --registry=http://registry.m.jd.com \
  --cache=$HOME/.npm/.cache/jnpm"' >> ~/.bashrc && source ~/.bashrc

Readme

Keywords

Package Sidebar

Install

npm i selling-npm

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

7.55 MB

Total Files

859

Last publish

Collaborators

  • selling-npm