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 1mo ago

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

836d ago

Major Versions

v1.9 → v2.02023-08-06

v2.0 → v3.42024-02-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec4a884ba7d7026b941c643d5585149a65f6d61725112d41d30f652b4f49795b?d=identicon)[atomjoy](/maintainers/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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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