https://github.com/thangchung/yew-parceljs
📦 The experiment web application builds with Yew (WebAssembly framework on Rust) + Tailwind and Parceljs v2
https://github.com/thangchung/yew-parceljs
parceljs rust tailwindcss webassembly yew
Last synced: 9 months ago
JSON representation
📦 The experiment web application builds with Yew (WebAssembly framework on Rust) + Tailwind and Parceljs v2
- Host: GitHub
- URL: https://github.com/thangchung/yew-parceljs
- Owner: thangchung
- License: mit
- Created: 2021-06-01T11:40:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T10:58:42.000Z (over 4 years ago)
- Last Synced: 2024-10-11T22:12:45.003Z (about 1 year ago)
- Topics: parceljs, rust, tailwindcss, webassembly, yew
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yew-parceljs
## Get starting
Follow https://yew.rs/docs/getting-started/project-setup to setup the components for `yew`
```bash
$ npm run build
$ npm start
```
Access to [`http://localhost:1234`](http://localhost:1234)
## Problems
- Production build with Wasm file is an open issue. The issue is tracked at https://github.com/parcel-bundler/parcel/issues/1411
- But we can try copying statics assets like https://github.com/jvidalv/parcel-reporter-multiple-static-file-copier, we haven't try that :|