Skip to content

Latest commit

 

History

History

create-yew-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

create-yew-app

This package includes the global command for Create Yew App.
Please refer to its documentation:

Getting Started

Install Rust wasm target

rustup target add wasm32-unknown-unknown

Install Trunk

Creating an App

npx create-yew-app my-app
cd my-app
trunk serve

Then open http://localhost:8080/ to see your app.
When you’re ready to deploy to production, create a minified bundle with trunk build.