-
-
Notifications
You must be signed in to change notification settings - Fork 62
TodoMVC: How to build and run? #15
Comments
I assume you followed the getting started guide for web and therefore tried to use |
Did work: https://dioxuslabs.com/reference/platforms/web#getting-started-web |
Primary README contains this phrase:
Yet I don't see such information in TodoMVC's README.
Error 404 |
The doc seems to be here https://dioxuslabs.com/docs/0.3/guide/en/getting_started/web.html $ cd todomvc
$ dioxus serve
...
Dioxus @ v0.1.5 [20:19:54]
> Local : http://localhost:8080/
> NetWork : http://xxx:8080/
> Profile : Debug
> Hot Reload : Normal
> Index Template : Custom [index.html]
> URL Rewrite [index_on_404] : True
> Build Time Use : 3937 millis
[INFO] A perfect compilation! It compiles, but the page is blank. ![]() |
I had the same issue removing the |
https://dioxuslabs.com/reference/platforms/web#getting-started-web is 404. The TodoMVC Just a simple markdown based instructions would be much easier. |
Where did you find that link? It should now be https://dioxuslabs.com/learn/0.4/getting_started/wasm |
The docs are all markdown that lives here: https://github.com/DioxusLabs/docsite/tree/master/docs-src/0.4. If you prefer raw markdown, you can use that folder directly |
Thanks @ealmloff I've read the getting started guides on https://dioxuslabs.com/learn/0.4/getting_started/, now I want to review some examples. Maybe adding the following to the TodoMVC readme could help:
|
Adding something to any/all of the examples about how to run them would be great! |
TodoMVC doesn't have any documentation of how to build and run the example.
Simple
cargo run
fails with following error on Debian 11:The text was updated successfully, but these errors were encountered: