Back to list
sayali-ingle-pdl

vite-config

by sayali-ingle-pdl

AI app starter template

0🍴 0📅 Jan 15, 2026

SKILL.md


name: vite-config description: Generates vite.config.ts for building and serving the Vue 3 application. Configures dev server, API proxy, build format, and plugins.

Vite Config Skill

Purpose

Generate the vite.config.ts file for building and serving the Vue 3 application.

Input Parameters

Read from copilot-instructions.md and docs/requirements/application-parameters.md:

  • application_id: The application ID for style tag
  • default_port: The development server port
  • api_base_path: The base path for API proxy
  • vite_build_format: The build output format (system or es)

Output

Create the file: vite.config.ts

Template

See: examples.md in this directory for complete template and detailed examples.

Notes

  • The proxy configuration should be updated with the actual backend service URL
  • The appId is imported from the global constants file
  • CSS is injected by JavaScript in build mode for single-spa compatibility
  • SVG loader is configured to preserve viewBox for proper scaling

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon