shadcn-vue-mcp
Shadcn-vue and Tailwind CSS are essential for component development, offering developers a fast and high-quality experience in Vue component development.
File Explorer
Download Latest Version (.zip)- component-builder-todolist-en.md
- component-builder-todolist.md
- high-quality-ui-component-standards.md
- quality-dx-acceptance-criteria.md
- target-users-analysis.md
- check.png
- logo.png
- logo1.png
- README-zh-CN.md
- uiDemo.png
- url.png
- componentPrompts.ts
- index.ts
- README.md
- componentServices.ts
- index.ts
- webViewService.ts
- componentSerializer.ts
- resources.ts
- tools.ts
- index.html
- page-dcfd78e9080edd7e.js
- error-39d0badb75114920.js
- layout-d5c092a37f4a596d.js
- loading-496e9b6d322436a8.js
- page-088ea360da1c6a2a.js
- _app-92f2aae776f86b9c.js
- _error-71d2b6a7b832d02a.js
- 035175d8.4ae9d736c866d3fe.js
- 112.17b6b6b44ef0a435.js
- 341.df3329d77a5faa19.js
- 363642f4-4fe67a4c95bc5f91.js
- 472.a3826d29d6854395.js
- 4bd1b696-fe4c6e37807ab7d8.js
- 508.2f016d122fc2981d.js
- 515-f848687aad235e83.js
- 65fb8c99.8350c756d1d8b5ba.js
- 684-4096325f8758e462.js
- 833.bf49ecf884d9739c.js
- 870.3764a5ed5edda507.js
- e58a7f8f-9475e998f9e8dc00.js
- framework-f593a28cde54158e.js
- main-ae0ddf4d9a7ca18e.js
- main-app-01c026ad88fbfde6.js
- polyfills-42372ed130431b0a.js
- webpack-38b142dcef310521.js
- c158ef89d2804c24.css
- _buildManifest.js
- _ssgManifest.js
- 404.html
- favicon.ico
- index.html
- index.txt
- callback-server.ts
- http-server.ts
- server.ts
- index.ts
- .gitignore
- Dockerfile
- eslint.config.js
- LICENSE
- package.json
- pnpm-lock.yaml
- prettier.config.mjs
- README.md
- smithery.yaml
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/HelloGGX/shadcn-vue-mcp
Downloads the entire project code from GitHub to your computer.
cd shadcn-vue-mcp
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t shadcn-vue-mcp .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 shadcn-vue-mcp
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
