2.0.4 • Published 10 months ago

lab-element v2.0.4

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

lab-element

html-webpack-plugin

Project setup

npm config set registry https://registry.npm.taobao.org

yarn install
cnpm install

Compiles and hot-reloads for development

yarn serve
cnpm run serve

Compiles and minifies for production

yarn build
cnpm run build

Lints and fixes files

yarn lint
cnpm run lint

Customize configuration

See Configuration Reference.

npm cache clean --force lkymao charm_mao059

引入

import labElement from 'lab-element'
Vue.use(labElement, { i18n: (key, value) => i18n.t(key, value), size: 'mini' });

publish

npm publish --registry https://registry.npmjs.org

npm ERR! code E400

解决办法: 1、执行:

npm config get proxy
npm config get https-proxy

2、如果返回值不为null,继续执行:

npm config set proxy null
npm config set https-proxy null

3、执行:

npm config set registry http://registry.cnpmjs.org/
2.0.3

10 months ago

2.0.2

10 months ago

2.0.4

10 months ago

2.0.1

10 months ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago