@plugin-private/plugins-npm

1.3.0 • Public • Published

plugins-npm

Npm 安装包试水插件

  npm i @plugin-private/plugins-npm
import { Toast, TipsLayer } from '@plugin-private/plugins-npm';

toast 插件

this.$toast({
    message: "胡卡回到家客户",
    position: "middle"
 })

TipsLayer 插件

this.$TipsLayer({
    firstTxt: "我正在测试组件",
    hasClose: true,
    btonTxt: "确定",
    btonFun: () => {
        console.log("demo")
    }
});

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Readme

Keywords

none

Package Sidebar

Install

npm i @plugin-private/plugins-npm

Weekly Downloads

0

Version

1.3.0

License

none

Unpacked Size

80.6 kB

Total Files

50

Last publish

Collaborators

  • zhangboyu
  • marinamumu
  • imlimiao