PHPackages                             atomjoy/vue - 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. [Framework](/categories/framework)
4. /
5. atomjoy/vue

ActiveLibrary[Framework](/categories/framework)

atomjoy/vue
===========

Add Vue 3 to Laravel.

v3.4(2y ago)370MITVue

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/atomjoy/vue)[ Packagist](https://packagist.org/packages/atomjoy/vue)[ RSS](/packages/atomjoy-vue/feed)WikiDiscussions main Synced today

READMEChangelog (10)DependenciesVersions (13)Used By (0)

Vue 3 in Laravel 10
===================

[](#vue-3-in-laravel-10)

Minimal Vue 3 application with router, i18n, pinia store.

Install package
---------------

[](#install-package)

```
composer create-project laravel/laravel:^10.0 vue-app
cd vue-app
composer require atomjoy/vue
```

### Overwrite files

[](#overwrite-files)

Backup first ***routes*** and ***resources*** directory!

```
php artisan vendor:publish --tag=vue-config --force
```

### Build and run app

[](#build-and-run-app)

```
npm install
npm run build
php artisan serve --host=localhost --port=8000
```

Remove package
--------------

[](#remove-package)

The package is no longer needed.

```
composer remove atomjoy/vue
```

(DEV) Local repository import
-----------------------------

[](#dev-local-repository-import)

Package directory: packages/atomjoy/vue

### Laravel composer.json

[](#laravel-composerjson)

```
{
    "repositories": [{
        "type": "path",
        "url": "packages/atomjoy/vue"
    }],
    "require": {
        "atomjoy/vue": "dev-main"
    },
}
```

### Vue3 npm packages

[](#vue3-npm-packages)

```
npm install vue@next
npm install vue-router@4
npm install vue-i18n@9
npm install --save-dev @vitejs/plugin-vue
npm install pinia
npm install @googlemaps/js-api-loader
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~24 days

Recently: every ~47 days

Total

12

Last Release

881d ago

Major Versions

v1.9 → v2.02023-08-06

v2.0 → v3.42024-02-02

### Community

Maintainers

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

---

Top Contributors

[![atomjoy](https://avatars.githubusercontent.com/u/112067799?v=4)](https://github.com/atomjoy "atomjoy (35 commits)")

---

Tags

laravel-vuelaravel-vue-boilerplatelaravel-vue-starterlaravel-vue3vue-laravelvue3-laravelvue3-laravel-spa

### Embed Badge

![Health badge](/badges/atomjoy-vue/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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