-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add development playground #4935
Comments
I did a similar thing in other projects, should we add a playground vite Vue app to the My current workflow is building + |
what about a playground in the root rather than in To make things faster, I would like to be able to run Either that, or have the dev-server restarted whenever the |
That's not going to be an issue, we can exclude it just like with the
Sure, easily doable. I will try to put it together today or tomorrow. |
Is your feature request related to a problem? Please describe.
When contributing, It would be great if there was a playground built in to easily get a development environment setup and start working.
Currently there's only a way to
build
and runtests/coverage
I'd like an easier way to contribute, or a documented way to get things up and running fast.
Describe the solution you'd like
I'd like to be able to clone the repo, run something like
pnpm dev
and be able to start testing changes in thevee-validate
package.Describe alternatives you've considered
Having made contributions, I had to create my own playground, install the package from
npm
, modify the built package innode_modules
and then copy my changes back into thesrc
ofvee-validate
The text was updated successfully, but these errors were encountered: