elvis icon indicating copy to clipboard operation
elvis copied to clipboard

Your wasm UI library

Results 30 elvis issues
Sort by recently updated
recently updated
newest added

## Desc We'll update the book using ElvisJS in the future, so we need a markdown plugin writing in ElvisJS, a standalone repo or inside the current repo. [book]: https://github.com/elvisjs/book

help wanted
important

## Desc ElvisJS is as a stable stage now, we need to update the [book][book]. [book]: https://github.com/elvisjs/book

help wanted
important

## Desc It caused by `warp`, the development [server][server], is there any other lighter way to start HTTP and WebSocket servers in rust? --- We can write an HTTP server...

enhancement
help wanted
good first issue

## Desc [rustcc][0] is the biggest rust community in China, we can write a client for it in ElvisJS [0]: http://rustcc.cn

help wanted
popularize
product

## Desc Elvis is extremely basic for now, add more useful features for developers ## Examples + [x] hello-world + [x] Counter APP + [x] Router APP + [ ]...

important
popularize

## Desc The WebSocket warp offers is no good, big size and hard to use, wrap an HTTP server and a WebSocket server ourselves next days

bug
enhancement
important
core

## Desc The current stage of Elvis.js is not easy for others to join, to solve this problem and move on, we have to complete the core modules below: +...

important
core

# Week 0 > Since we are in the first week of the program, what is your plan to hit the ground running this week and put yourself in the...

documentation
popularize

## Desc Elvis currently compiles examples into `epm` for initializing projects as possible as it could be, but it is...stupid in some way. ## Solution The source code is here:...

enhancement
good first issue

## Desc ``` websocket err, send message failed :Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) ``` ## How to reproduce Just run `epm dev` under the directory...

bug
good first issue