# notification **Repository Path**: ericv/notification ## Basic Information - **Project Name**: notification - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-12 - **Last Updated**: 2021-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NOTIFACATION 弹窗组件 ## 快速开始 Clone this repository and install its dependencies: ```bash git clone xxx cd notification npm install ``` `npm run build` builds the library to `dist`, generating three files: * `dist/notification.cjs.js` A CommonJS bundle, suitable for use in Node.js, that `require`s the external dependency. This corresponds to the `"main"` field in package.json * `dist/notification.esm.js` an ES module bundle, suitable for use in other people's libraries and applications, that `import`s the external dependency. This corresponds to the `"module"` field in package.json * `dist/notification.umd.js` a UMD build, suitable for use in any environment (including the browser, as a `