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

Example for equivalent of Vite in hqjs #18

Open
layanto opened this issue Jul 6, 2020 · 2 comments
Open

Example for equivalent of Vite in hqjs #18

layanto opened this issue Jul 6, 2020 · 2 comments

Comments

@layanto
Copy link

layanto commented Jul 6, 2020

Questions:

  1. Does hqjs work with vue 3?
  2. Is there example that is the equivalent of Vite but in hqjs?
  3. Is babel (.babelrc) only used in production build (hq build) or also in development (hq)?
  4. Any example on adding code coverage and unit testing that works with hqjs in development mode?
@hqjs
Copy link
Owner

hqjs commented Jul 14, 2020

Vue 3 was experimental so released hq version does not support its new compiler yet. I have dev version that does it. Will prepare an example and release soon. It's pretty busy season, sorry for delays.

@hqjs
Copy link
Owner

hqjs commented Sep 24, 2020

@layanto finally, I'm ready to release proper support of vue 3. So answering your questions:

  1. Vue 3 will be supported in the next release (today/tomorrow)
  2. I will check example with vite and prepare something similar for hq, but in fact any vue project no matter how you create it should work
  3. .babelrc is being used during production and development
  4. It really depends on your choice of test framework. I have no examples, but it should not be hard with mocha for sure as it is supports browser UI.

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

No branches or pull requests

2 participants