Replies: 2 comments 7 replies
-
Did you use |
Beta Was this translation helpful? Give feedback.
5 replies
-
Thanks for taking your time to create this discussion. I would recommend you using Storybook (Histoire for Vue) and Vitest for testing like described below: git clone [email protected]:chakra-ui/ark.git
cd ark
pnpm i For Storybook (Histoire) pnpm vue storybook For Tests pnpm vue test You can also change dir in to the Vue package and run scripts directly in the vue folder: cd packages/frameworks/vue
# storybook
pnpm storybook
# tests
pnpm test |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone briefly describe how to get a dev environment going, specifically for @ark-ui/vue?
After cloning the repo, I can run
pnpm i
in thepackages/framework/vue
dir, but linking to it from my project dir doesn't seem to work.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions