Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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/