This repository was archived by the owner on Jul 19, 2020. It is now read-only.
Expanded getting started/project setup/wasm-pack docs#90
Open
loewenheim wants to merge 2 commits intoyewstack:masterfrom
Open
Expanded getting started/project setup/wasm-pack docs#90loewenheim wants to merge 2 commits intoyewstack:masterfrom
loewenheim wants to merge 2 commits intoyewstack:masterfrom
Conversation
Author
|
As a side note, if I serve the book locally I can’t see the info boxes, so I can’t necessarily judge how good the one I added looks. |
Member
@loewenheim yeah, it's the worst part about using gitbook :/ |
Contributor
Hopefully we'll be able to reimplement the site in Yew when the static site generation feature is implemented. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This explains in much more detail what you need to do to get a project running with
wasm-pack.It references https://github.com/yewstack/yew-wasm-pack-minimal as part of an info box, but the instructions here are actually pretty redundant with the instructions there, so maybe it would be better to just send people to the template and tell them to read the instructions there.
Fixes #60. I think.