# Vue组件-Notify **Repository Path**: peterccc/vue_component_notify ## Basic Information - **Project Name**: Vue组件-Notify - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-08 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # notify > A Vue.js component ## Build Setup ``` bash # install dependencies npm install peter-simple-notify --save ``` ``` javascript // in the vue instance let content = 'Hello world' let timeout = 3000 // auto close after 3000 seconds this.$notify(content, timeout) ```