About
yew-material is a material-ui framework for yew
create-yew-material-app
Create Yew Material App is a way to create a single page Yew application, which includes the yew-material ui framework.
note: create-yew-material-app is modified by create-yew-app
Quick Overview
npx create-yew-material-app my-app
cd my-app
npm run start
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will need to be loaded manually if you make edits.
You will also see any errors in the compiler.
npm run test
In progress...
npm run build
Builds the app for production to the build
folder.
It correctly bundles Yew in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!