承接 fashionphile/vue-base 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fashionphile/vue-base

最新稳定版本:0.1.1

Composer 安装命令:

composer require fashionphile/vue-base

包简介

Artisan command that builds vue base that can use Vuex and Vue Router

README 文档

README

built by Fashionphile

Purpose

This is to build a very simple boilerplate structure for vue instances if you are going to need several in your site.

Install

Run composer install fashionphile/vue-base;

Set up

create a vue-base.php file in you configs folder in your base laravel install. In the file you will add an array with the path to where you want the vue base to install your instances.

<?php

return [
    'path' => 'path/to/folder',
];

After add the following path to your app/Console/Kernel.php in your commands array

    protected $commands = [
        \VueBase\VueBaseCommand::class
    ];

Running the command

To run the command enter this in your command line: php artisan vue-base:create

After it will create your directory in wherever you designated in your config. You will need to add the app.js file from that directory to your mix-manifest (or whatever compiler you are using) to use the component.

Contact me:

Author Dano Gillette

https://twitter.com/danodev

http://danogillette.com

统计信息

  • 总下载量: 48.56k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2019-09-11