Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T20:25:39.000Z (6 months ago)
- Last Synced: 2024-08-09T21:39:27.069Z (6 months ago)
- Topics: sweetalert, sweetalert2, webpack
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- 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/