# vue_npm_plugin **Repository Path**: 618859/vue_npm_plugin ## Basic Information - **Project Name**: vue_npm_plugin - **Description**: vue的npm包创建并发布流程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## usage ``` npm i vue2toast2my // main.js import vue2toast2my from 'vue2toast2my'; Vue.use(vue2toast2my) // App.vue mounted(){ // this.$toast.show('asdfasd'); this.$toast.show('提示文本',{ duration:2000, color:'blue', background:'#eee' }) } ``` ## NPM VUE PLUGIN > node 10.15.3 > if `npm run build` fail, please check node version. or delete node_modules directory and `npm install` again ### npm upload `npm run build` // build the dist plugin `npm login` `npm version patch` `npm publish` if fail , change package name will success. ### source code 源码 https://gitee.com/618859/vue_npm_plugin