Last active
July 8, 2026 06:44
-
-
Save up1/d2d906c7af88353a1f6a571485713beb to your computer and use it in GitHub Desktop.
Hello Vite+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $curl -fsSL https://vite.plus | bash | |
| Setting up VITE+... | |
| Would you like Vite+ to manage your Node.js versions? | |
| It adds `node`, `npm`, `npx`, and `corepack` shims to ~/.vite-plus/bin/ and automatically uses the right version. | |
| Opt out anytime with `vp env off`. | |
| Press Enter to accept (Y/n):Y | |
| ✔ VITE+ successfully installed! | |
| The Unified Toolchain for the Web. | |
| Get started: | |
| vp create Create a new project | |
| vp env Manage Node.js versions | |
| vp install Install dependencies | |
| vp migrate Migrate to Vite+ | |
| Run vp help to see available commands. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 1. Create project | |
| $vp create | |
| VITE+ - The Unified Toolchain for the Web | |
| › Vite+ Monorepo: Create a new Vite+ monorepo project | |
| Vite+ Application: Create vite applications | |
| Vite+ Library: Create vite libraries | |
| // 2. สนับสนุน AI Agent ต่าง ๆ ด้วย | |
| › Which coding agent instruction files should Vite+ create? | |
| › ◼ AGENTS.md (Codex, Amp, OpenCode, and similar agents) | |
| ◻ CLAUDE.md | |
| ◻ GEMINI.md | |
| ◻ .github/copilot-instructions.md | |
| ◻ .cursor/rules/viteplus.mdc | |
| ◻ .aiassistant/rules/viteplus.md | |
| // 3. Config Git Hook ด้วย | |
| › Set up pre-commit hooks to run formatting, linting, and type checking with auto-fixes? | |
| › Yes / No | |
| // 4. Projet structure | |
| . | |
| ├── AGENTS.md | |
| ├── index.html | |
| ├── node_modules | |
| ├── package-lock.json | |
| ├── package.json | |
| ├── public | |
| ├── src | |
| ├── tsconfig.json | |
| └── vite.config.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment