Skip to content

Instantly share code, notes, and snippets.

@yano3nora
Last active June 8, 2026 03:32
Show Gist options
  • Select an option

  • Save yano3nora/d2863b131ea82c6feeb3af5d00c5a514 to your computer and use it in GitHub Desktop.

Select an option

Save yano3nora/d2863b131ea82c6feeb3af5d00c5a514 to your computer and use it in GitHub Desktop.
Vite+ - vp - The unified toolchain and entry point for web development.

Overview

Getting Started

# MacOS
$ curl -fsSL https://vite.plus | bash

# Windows (PowerShell)
$ irm https://vite.plus/ps1 | iex

env - Management Node.js

https://viteplus.dev/guide/env#environment

# vp に node 管理をお願いする
$ vp env setup
$ vp env on

# default で利用する node の指定
$ vp env default lts # 24.14.1 とかでも ok なはず

# .node-version ファイルが存在するディレクトリなら
# vp env use すれば初回実行時にダウンロードが入る
$ cd old-project
$ vp env use
# Downloading node v16.14.0...
# ⠄ [00:00:04] [##############################>---------] 21.79 MiB/28.97 MiB (5.20 MiB/s, 1s)
$ node -v
# v16.14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment