0.0.3-canary • Published 8 months ago

install-vue v0.0.3-canary

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

install-vue

Install Vue in your project, with support for pre-release versions.

Usage

To install a canary version of Vue in your project, run:

npx install-vue@canary

You can replace canary with other pre-release version tags, such as alpha, beta, or rc.

It's also possible to install a specific pre-release version so that you can test for some specific bugs:

npx install-vue@canary --version 3.20230911.0

Or

npx install-vue@beta --version 3.3.0-beta.1

As Vue.js currently adopts a feature branch approach for minor releases^1, you can also install a canary version for the next minor release:

npx install-vue@canary-minor

^1: That is, while we continue fixing bugs in the main branch, we are also working on new features in the minor branch. The minor branch will eventually be merged into the main branch when the next minor release is ready.

0.0.3-rc

8 months ago

0.0.3-beta

8 months ago

0.0.3-alpha

8 months ago

0.0.3-canary-minor

8 months ago

0.0.3-canary

8 months ago

0.0.2-rc

8 months ago

0.0.2-beta

8 months ago

0.0.2-alpha

8 months ago

0.0.2-canary-minor

8 months ago

0.0.2-canary

8 months ago

0.0.1-rc

8 months ago

0.0.1-beta

8 months ago

0.0.1-alpha

8 months ago

0.0.1-canary-minor

8 months ago

0.0.1-canary

8 months ago