PHPackages                             atomjoy/vueon - 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/vueon

ActiveLibrary[Framework](/categories/framework)

atomjoy/vueon
=============

Vue custom directory in Laravel

v1.0.2(3y ago)013MITPHP

Since Nov 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/atomjoy/vueon)[ Packagist](https://packagist.org/packages/atomjoy/vueon)[ RSS](/packages/atomjoy-vueon/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Vueon
=====

[](#vueon)

Instalcja Vue z Vite w Laravelu w wybranym katalogu (vue-project).

### Project Laravela

[](#project-laravela)

```
composer create-project laravel/laravel:^9.0 demo
```

### Dodaj pakiet atomjoy/vueon

[](#dodaj-pakiet-atomjoyvueon)

```
cd demo
composer require atomjoy/vueon 1.0.*
composer update
composer dump-autoload -o
```

### Utwórz projekt Vue w Laravel

[](#utwórz-projekt-vue-w-laravel)

```
npm init vue@latest
cd vue-project
npm install
cd ..
```

### Konfiguracja Vite

[](#konfiguracja-vite)

```
# Laravel root dir
php artisan vendor:publish --tag=vueon-config --force
```

### Dodaj routes

[](#dodaj-routes)

```
