How do I install and use the components generated by v0?

yudao-ui-admin-vue3 (opens new window)https://github.com/yudaocode/yudao-ui-admin-vue3/is a front-end Vue3 management backend project. How do I install and use the components generated by v0?

Hi @313859742!

Welcome to the Vercel Community! :smiley:

Have you read our guide on how to use the code generated by v0?

Let us know if you have any specific questions!

I carefully read the steps as follows:

  1. Run the following command to create a new Next.js project with TypeScript, Tailwind CSS, and ESLint:
    npx create-next-app@latest --typescript --tailwind --eslint

  2. Navigate to the project directory and run the following command to initialize the project for v0:
    npx v0@latest init

  3. npx v0@latest init
    Do I still need to install the shadcn-ui framework?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.