Use Rust for the front-end too (#374)

Rust can compile to WASM, so let's use it for front-end code as well.

To compile the front-end:

```
cargo install cargo-web
cargo web deploy -p plume-front
```
This commit is contained in:
Baptiste Gelez
2018-12-25 11:51:40 +01:00
committed by GitHub
parent 22bc8c1d40
commit 3fce5d6a14
23 changed files with 1215 additions and 628 deletions
+1 -1
View File
@@ -71,6 +71,6 @@
<a href="@uri!(instance::admin)">@i18n!(ctx.1, "Administration")</a>
}
</footer>
<script src="@uri!(static_files: file = "js/menu.js")"></script>
<script src="@uri!(static_files: file = "plume-front.js")"></script>
</body>
</html>