Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rongfengliang/rollup-babel-demolibrary
rollup-babel-demolibrary
https://github.com/rongfengliang/rollup-babel-demolibrary
babel library rollup sdk umd
Last synced: about 1 month ago
JSON representation
rollup-babel-demolibrary
- Host: GitHub
- URL: https://github.com/rongfengliang/rollup-babel-demolibrary
- Owner: rongfengliang
- Created: 2018-08-01T01:05:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T12:05:50.000Z (over 6 years ago)
- Last Synced: 2025-01-10T01:18:43.187Z (about 1 month ago)
- Topics: babel, library, rollup, sdk, umd
- Language: JavaScript
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rollup demo library build with babel
> include jquery && shortid && uglify
## How to Run(local)
* install deps
```code
yarn
```* build
```code
yarn build
```* live-server demo
```code
yarn live
```## with docekr
* build image
```code
docker-compose build
```* run
```code
docker-compose up -d
```## demo images
![image](./images/p.png)