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

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

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 :|