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.0k↓50%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 1mo 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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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

1690d 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

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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