Replies: 1 comment 6 replies
-
We need to run |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I did manage to set development workspace for vue-language-tools a couple of times before, after I come back to it, it typically just breaks and forces me to figure it all out again which makes it very cumbersome and annoying to contribute to this project.
Can someone who is active on the project describe the exact steps to set up development workspace to be able to develop vue-language-tools?
Like:
pnpm i
pnpm run setup
pnpm watch:vue
cd vue && pnpm i && pnpm build
How to make packages in
/vue
depend on packages from/services
rather than upstream ones?I feel like previously I've been deleting
pnpm-lock.yml
for things to get linked properly but that caused more errors to to random packages changing versions.@johnsoncodehk @so1ve @KazariEX
Beta Was this translation helpful? Give feedback.
All reactions