Jonathan Kelley 86082cec5c Chore: Bump and release extension 6 месяцев назад
..
.vscode b5312732ba Get wasm loading in extension 2 лет назад
pkg b5312732ba Get wasm loading in extension 2 лет назад
src f0d814fede Extract some simple cleanups from 2779 (#2966) 9 месяцев назад
static f59cacb2a0 Get wasm bundling working 2 лет назад
.eslintrc.js f59cacb2a0 Get wasm bundling working 2 лет назад
.gitignore f59cacb2a0 Get wasm bundling working 2 лет назад
Cargo.toml b67122dd2a Chore: format some cargo tomls (#2970) 9 месяцев назад
DEV.md f59cacb2a0 Get wasm bundling working 2 лет назад
LICENSE.txt f59cacb2a0 Get wasm bundling working 2 лет назад
README.md 86082cec5c Chore: Bump and release extension 6 месяцев назад
package-lock.json d539ef67c0 bump to 0.6.0-alpha.3 8 месяцев назад
package.json 86082cec5c Chore: Bump and release extension 6 месяцев назад
tsconfig.json b5312732ba Get wasm loading in extension 2 лет назад
webpack.config.js e96fd1ce57 Add a little bit of docs and change activation event 2 лет назад

README.md

Dioxus VSCode Extension

Dioxus Splash

This extension wraps functionality in Dioxus CLI to be used in your editor!

Features:

  • Auto-format RSX
  • Convert HTML to RSX
  • Convert HTML to Dioxus Component
  • Format RSX

Current commands:

Convert HTML to RSX

Converts a selection of html to valid rsx.

Convert HTML to Dioxus Component

Converts a selection of html to a valid Dioxus component with all SVGs factored out into their own module.

Format RSX

Formats the current file as RSX.

Building this extension from source

  • make sure wasm-bindgen is installed to current version (cargo binstall wasm-bindgen-cli)
  • run npm install
  • run npm run vsix

Working with Dioxus:

This overview provides a brief introduction to Dioxus. For a more in-depth guide, make sure to check out:

Contributing

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you, shall be licensed as MIT, without any additional terms or conditions.