vue-cli on AUR (Arch User Repository)

Last updated: July 04,2024

1. Install "vue-cli" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install vue-cli on Arch using YAY

$ yay -S vue-cli

* (Optional) Uninstall vue-cli on Arch using YAY

$ yay -Rns vue-cli

2. Manually Install "vue-cli" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone vue-cli's git locally

$ git clone https://aur.archlinux.org/vue-cli.git ~/vue-cli

c. Go to ~/vue-cli folder and install it

$ cd ~/vue-cli $ makepkg -si

3. Information about the vue-cli package on Arch User Repository (AUR)

ID: 1105404
Name: vue-cli
PackageBaseID: 131812
PackageBase: vue-cli
Version: 5.0.6-1
Description: Standard tooling for Vue.js development
URL: https://cli.vuejs.org
NumVotes: 15
Popularity: 0.023409
OutOfDate: 1657714275
Maintainer: tjbp
FirstSubmitted: 1524519308
LastModified: 1656508276
URLPath: /cgit/aur.git/snapshot/vue-cli.tar.gz