https://github.com/viivue/easy-popup
Super light-weight JavaScript library to create a simple popup with mobile layout.
https://github.com/viivue/easy-popup
css easy-collection javascript popup
Last synced: about 1 month ago
JSON representation
Super light-weight JavaScript library to create a simple popup with mobile layout.
- Host: GitHub
- URL: https://github.com/viivue/easy-popup
- Owner: viivue
- License: mit
- Created: 2022-02-14T03:37:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T04:09:40.000Z (about 1 month ago)
- Last Synced: 2025-04-13T01:45:36.889Z (about 1 month ago)
- Topics: css, easy-collection, javascript, popup
- Language: JavaScript
- Homepage: https://easy-popup.netlify.app
- Size: 1.82 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Popup
Visit https://easy-popup.netlify.app/ for documentation.
[](https://github.com/viivue/easy-popup/releases/latest)
[](https://www.npmjs.com/package/@viivue/easy-popup)
[](https://www.jsdelivr.com/package/gh/viivue/easy-popup)
[](https://www.jsdelivr.com/package/gh/viivue/easy-popup)
[](https://app.netlify.com/sites/easy-popup/deploys)
[](https://github.com/viivue/easy-popup/actions/workflows/staging-deploy.yml)## Getting started
### CDN
```html
```
### NPM Package
Install NPM package
```shell
npm i @viivue/easy-popup
```Import
```js
import "@viivue/easy-popup";
```## Development
[//]: # (Note: this part should be identical with the end.md)
Clone this repo, then:
```shell
# install
npm i# run dev server
npm run dev
```### Publish
```shell
# build
npm run prod# test package before publish
npm pack# publish package (search & replace old version number)
npm publish
```### Contribute
Feel free to submit new issue or create a pull request.
Branches:
- `main`: for publishing (handled by Netlify at https://easy-popup.netlify.app/)
- `staging`: for development deploy (handled by GitHub Pages at https://viivue.github.io/easy-popup/)
- `gh-pages-staging`: for deploying staging branch## Licence
MIT (c) 2023 ViiVue.
---
[](https://github.com/viivue/easy-popup)
[](https://github.com/viivue)
[](https://github.com/phucbm/wellii)