gitextract_zj3ytrms/ ├── .babelrc ├── .gitignore ├── .npmignore ├── LICENSE.txt ├── README.md ├── demo/ │ ├── App.vue │ └── main.js ├── dist/ │ └── build.js ├── docs/ │ └── index.html ├── index.html ├── package.json ├── src/ │ ├── Notification.vue │ ├── Notify.vue │ └── index.js └── webpack.config.js