create-yew-app

Set up a modern Yew web app by running one command.

Usage no npm install needed!

<script type="module">
  import createYewApp from 'https://cdn.skypack.dev/create-yew-app';
</script>

README

create-yew-app

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

Quick Overview

npx create-yew-app my-app
cd my-app
npm start

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

(demo.svg is created by termtosvg)

Get Started Immediately

You don’t need to install or configure tools like Webpack or Parcel.
They are preconfigured and hidden so that you can focus on the code.

Create a project, and you’re good to go.