2017 © Pedro Peláez
 

library admin

Admin package for Laravel 5.*, based on Vue 2.* and AdminLTE

image

scolib/admin

Admin package for Laravel 5.*, based on Vue 2.* and AdminLTE

  • Thursday, May 31, 2018
  • by klgd
  • Repository
  • 1 Watchers
  • 8 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Sco-Admin

StyleCI Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

Sco-Admin is an administrative interface builder for Laravel., (*2)

The frontend is based on Element-UI and AdminLTE, (*3)

Inspired by SleepingOwlAdmin , FrozenNode/Laravel-Administrator and Voyager, (*4)

Install

Composer

require package:, (*5)

$ composer require scolib/admin

Artisan

Run install command:, (*6)

$ php artisan admin:install

Install babel-plugin-transform-vue-jsx

NPM

$ npm install\
  bootstrap\
  element-ui\
  font-awesome\
  jquery-slimscroll\
  less\
  less-loader\
  nestable2\
  v-tinymce\
  v-viewer\
  vue-i18n\
  vue-progressbar\
  vue-router\
  vue-simplemde\
  vuex\
  --save-dev

In your webpack.mix.js:, (*7)

// mix.sourceMaps();

mix.webpackConfig({
    output: {
        chunkFilename: `js/[name]${
            mix.inProduction() ? '.[chunkhash].chunk.js' : '.chunk.js'
            }`,
        publicPath: '/',
    }
})
    .js('resources/assets/vendor/admin/main.js', 'public/js/admin.js')
    .autoload({
        jquery: ['$', 'window.jQuery', 'jQuery', 'jquery'],
        vue: 'Vue'
    })
    .less(
        'resources/assets/vendor/admin/less/admin.less',
        'public/css/admin.css'
    )
    .copyDirectory('node_modules/tinymce/plugins/visualblocks/css', 'public/js/tinymce/plugins/visualblocks/css')
    .copyDirectory('node_modules/tinymce/plugins/emoticons/img', 'public/js/tinymce/plugins/emoticons/img')

if (mix.inProduction()) {
    mix.version();
}
$ npm install 
$ npm run prod

Usage

Document, (*8)

Change log

CHANGELOG | 更新日志, (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*11)

Security

If you discover any security related issues, please email slice1213@gmail.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

31/05 2018
28/03 2018
28/03 2018

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/ScoLib/admin

Admin package for Laravel 5.*, based on Vue 2.* and AdminLTE

  Sources   Download

MIT

The Requires

 

The Development Requires

admin scolib

28/03 2018
31/01 2018

dev-analysis-8n1wEO

dev-analysis-8n1wEO https://github.com/ScoLib/admin

Admin package for Laravel 5.*, based on Vue 2.* and AdminLTE

  Sources   Download

MIT

The Requires

 

The Development Requires

admin scolib