Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(create-app): add template(wasm-react,wasm-vue) #2106

Closed
wants to merge 1 commit into from

Conversation

lencx
Copy link

@lencx lencx commented Feb 19, 2021

(Rust to WebAssembly) + (vue | react)

Recently, many people have been asking about the combination of webassembly and front-end.
Repeated creation, so I want to simplify the creation steps through templates.

@yyx990803
Copy link
Member

yyx990803 commented Feb 19, 2021

Thanks for the PR - however, the official templates do not intend to include any combination of possible technologies. We are only offering them as simple starting points, and too many options only confuses new users. Given the amount of frontend devs actually needing/using wasm I don't think we should include wasm templates.

@yyx990803 yyx990803 closed this Feb 19, 2021
@yyx990803
Copy link
Member

That said you are welcome to add your wasm plugin to awesome-vite!

@yyx990803 yyx990803 mentioned this pull request Feb 19, 2021
@lencx
Copy link
Author

lencx commented Feb 19, 2021

Okay, thank you
I also have a scaffolding, similar to create-app
https://github.com/lencx/create-xc-app

template:

  • wasm-react
  • wasm-vue

With NPM:

npm init xc-app

With Yarn:

yarn create xc-app

@CHOYSEN CHOYSEN mentioned this pull request Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants