Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:8
forks:2
updated:February 10, 2026 at 17:05
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | vite |
| description | Vite fast build tool with HMR. Use for modern frontend builds. |
Vite is the standard build tool for modern web development. v6.0 (2025) introduces the Environment API for runtimes like Bun/Deno and native Sass support.
Vite serves files as native ESM modules. The browser downloads files as needed. No bundling in dev.
Vite uses Rollup for production builds, ensuring highly optimized chunks.
Rollup-compatible plugin system.
Do:
vitest: The native test runner for Vite projects.vite.config.ts: TypeScript config is standard.ssr, worker).Don't:
require: Vite is ESM-first. Use import.