dioxus/packages/extension
dependabot[bot] 9d099a7f3f
Bump webpack from 5.88.1 to 5.94.0 in /packages/extension (#2907)
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 13:49:37 -04:00
..
.vscode Get wasm loading in extension 2023-07-08 18:53:43 -07:00
pkg Get wasm loading in extension 2023-07-08 18:53:43 -07:00
src Fix: #2604, Fix: #2240, Fix: #2341, Fix #1355 - Better error handling and and spaces handling in autofmt (#2736) 2024-07-30 18:36:13 -07:00
static Get wasm bundling working 2023-07-08 14:24:01 -07:00
.eslintrc.js Get wasm bundling working 2023-07-08 14:24:01 -07:00
.gitignore Get wasm bundling working 2023-07-08 14:24:01 -07:00
Cargo.toml Fix: #2604, Fix: #2240, Fix: #2341, Fix #1355 - Better error handling and and spaces handling in autofmt (#2736) 2024-07-30 18:36:13 -07:00
DEV.md Get wasm bundling working 2023-07-08 14:24:01 -07:00
LICENSE.txt Get wasm bundling working 2023-07-08 14:24:01 -07:00
package-lock.json Bump webpack from 5.88.1 to 5.94.0 in /packages/extension (#2907) 2024-08-30 13:49:37 -04:00
package.json Bump webpack from 5.88.1 to 5.94.0 in /packages/extension (#2907) 2024-08-30 13:49:37 -04:00
README.md update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
tsconfig.json Get wasm loading in extension 2023-07-08 18:53:43 -07:00
webpack.config.js Add a little bit of docs and change activation event 2023-07-08 19:27:25 -07:00

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.

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.