0.0.5 • Published 2 years ago

@thamognya/create-yew-app v0.0.5

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
2 years ago

@thamognya/create-yew-app

A fork of this in https://github.com/jetli/create-yew-app

create-yew-app

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

Quick Overview

npx @thamognya/create-yew-app@latest 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.

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.