https://github.com/sectore/yew-ccxt-webpack
Example for bundling `ccxt` into a `Yew` app using Webpack
https://github.com/sectore/yew-ccxt-webpack
Last synced: 12 months ago
JSON representation
Example for bundling `ccxt` into a `Yew` app using Webpack
- Host: GitHub
- URL: https://github.com/sectore/yew-ccxt-webpack
- Owner: sectore
- Created: 2019-10-15T12:54:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T15:58:37.000Z (over 6 years ago)
- Last Synced: 2025-03-01T12:49:02.124Z (over 1 year ago)
- Language: Rust
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Yew` + `ccxt` + `Webpack`
Original based on [`Yew`](https://github.com/yewstack/yew)'s ["npm_and_rest"](https://github.com/yewstack/yew/tree/master/examples/npm_and_rest) example. But instead of loading [`ccxt`](https://github.com/ccxt/ccxt/) from https://unpkg.com, it's bundled with `Webpack` using [`yew-wasm-pack-template`](https://github.com/yewstack/yew-wasm-pack-template).
It might be helpfull for [yew/issues/682](https://github.com/yewstack/yew/issues/682).
```bash
# install depencencies
yarn
# build
yarn run build
# serve app locally
yarn run start:dev
```