[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

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

372 views · 0 likes · 3 posts


313859742 (@313859742) · 2024-07-18

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?
<!-- Be sure to include all detail needed to let others see the same problem -->


Pauline P. Narvas (@pawlean) · 2024-07-18

Hi @313859742!

Welcome to the Vercel Community! :smiley: 

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

https://v0.dev/docs#how-to-use-the-generated-code

Let us know if you have any specific questions!


313859742 (@313859742) · 2024-07-18

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?