PHPackages                             aleahy/artisan-vue-make - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. aleahy/artisan-vue-make

ActiveLibrary[CLI &amp; Console](/categories/cli)

aleahy/artisan-vue-make
=======================

An artisan command to create a vue component and register it in app.js

0.1(4y ago)11.2k↓92.9%MITPHPPHP ^7.4|^8.0

Since Oct 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/aleahy/artisan-vue-make)[ Packagist](https://packagist.org/packages/aleahy/artisan-vue-make)[ RSS](/packages/aleahy-artisan-vue-make/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

artisan-vue-make
================

[](#artisan-vue-make)

An artisan command to create a vue component

Installation
------------

[](#installation)

```
composer require --dev aleahy/artisan-vue-make
```

Usage
-----

[](#usage)

### Creating a Component

[](#creating-a-component)

```
php artisan make:vue NewComponent
```

This will create a new component file at `resources/js/components/NewComponent.vue`.

You can create subfolders for the component by using dot-notation.

```
php artisan make:vue path.to.NewComponent
```

This will create a new component file in `resources/js/components/path/to/NewComponent.vue

### Registering the component in app.js

[](#registering-the-component-in-appjs)

The component can also be registered in the app.js file by assigning a tag for the component.

```
php artisan make:vue NewComponent --tag=new-component
```

By adding the `--tag` option, the following will be added to app.js after any previous component registration.

```
Vue.component('new-component', require('./components/NewComponent').default);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1736d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2275333?v=4)[aleahy](/maintainers/aleahy)[@aleahy](https://github.com/aleahy)

---

Top Contributors

[![aleahy](https://avatars.githubusercontent.com/u/2275333?v=4)](https://github.com/aleahy "aleahy (2 commits)")[![languagetub](https://avatars.githubusercontent.com/u/63945743?v=4)](https://github.com/languagetub "languagetub (2 commits)")

### Embed Badge

![Health badge](/badges/aleahy-artisan-vue-make/health.svg)

```
[![Health](https://phpackages.com/badges/aleahy-artisan-vue-make/health.svg)](https://phpackages.com/packages/aleahy-artisan-vue-make)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
