create-yew-app

0.2.0 • Public • Published

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.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i create-yew-app

    Weekly Downloads

    2

    Version

    0.2.0

    License

    Apache-2.0

    Unpacked Size

    5.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • jetli