PHPackages                             pk1997/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. pk1997/vue

ActiveLibrary

pk1997/vue
==========

vue+laravel laravel5.1 my resume

019PHP

Since Apr 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/siwei1/vue)[ Packagist](https://packagist.org/packages/pk1997/vue)[ RSS](/packages/pk1997-vue/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

vue2+laravel 这是一个SPA应用
======================

[](#vue2laravel-这是一个spa应用)

composer require pk1997/vue dev-master 引入该包

使用操作
----

[](#使用操作)

1. `config/app.php` 注入服务 加入下面这句话

```
     Pk\Vue\Providers\VueServiceProvider::class
```

2. 生成表

```
    php artisan migrate --path=vendor/pk1997/vue/database/migrations
```

3. 在`database/seed/DatabaseSeeder.php`修改文件 run方法里

```
    $this->call(\Pk\Db\Seeds\ExperienceSeeder::class);
    $this->call(\Pk\Db\Seeds\ResumeSeeder::class);
```

4. 填充数据

```
    php artisan db:seed
```

5. 发布公共资源

```
    php artisan vendor:publish
```

6. 安装依赖,打包项目

```
     1. cd resources/assets
     2. npm install
     2. webpack

```

7. 输入 本地域名/vue 即可看到效果

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/86129b927d2235f0bc9ba6d01fbf268d478a84923e92663d3891b92cfc12e73e?d=identicon)[pk](/maintainers/pk)

### Embed Badge

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

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

PHPackages © 2026

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