https://github.com/sweetalert2/sweetalert2-webpack-demo
https://sweetalert2.github.io/sweetalert2-webpack-demo/
https://github.com/sweetalert2/sweetalert2-webpack-demo
sweetalert sweetalert2 webpack
Last synced: about 1 month ago
JSON representation
https://sweetalert2.github.io/sweetalert2-webpack-demo/
- Host: GitHub
- URL: https://github.com/sweetalert2/sweetalert2-webpack-demo
- Owner: sweetalert2
- Created: 2016-07-23T01:18:14.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T12:28:26.000Z (4 months ago)
- Last Synced: 2025-04-09T15:11:25.054Z (about 2 months ago)
- Topics: sweetalert, sweetalert2, webpack
- Language: TypeScript
- Homepage:
- Size: 2.05 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstration of using [SweetAlert2](https://sweetalert2.github.io/) with [webpack](https://webpack.github.io/)
#### index.js:
```js
import Swal from 'sweetalert2'Swal.fire('Hi from webpack!')
```#### Build:
```sh
$ yarn build
```---
Live result: https://sweetalert2.github.io/sweetalert2-webpack-demo/