定制 engnua/laravel-vue-primeui-starter-kit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

engnua/laravel-vue-primeui-starter-kit

最新稳定版本:v1.1.1

Composer 安装命令:

composer create-project engnua/laravel-vue-primeui-starter-kit

包简介

The unofficial skeleton application for the Laravel framework.

README 文档

README

Build Status Total Downloads Latest Stable Version License

Demo

Demo site

Introduction

Our Vue starter kit provides a robust, modern starting point for building Laravel applications with a Vue frontend using Inertia.

Inertia allows you to build modern, single-page Vue applications using classic server-side routing and controllers. This lets you enjoy the frontend power of Vue combined with the incredible backend productivity of Laravel and lightning-fast Vite compilation.

This Vue starter kit utilizes Vue 3 and the Composition API, TypeScript, Tailwind 3, and the PrimeVue component library.

Official Documentation

Documentation for all Laravel starter kits can be found on the Laravel website.

Contributing

Thank you for considering contributing to our starter kit! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

License

The Laravel + PrimeVue starter kit is open-sourced software licensed under the MIT license.

Docs

To change default theme preset, change config in useAppearance.ts

const layoutConfig = reactive({
    preset: localStorage.getItem('layout_preset') || 'Aura',
    primary: localStorage.getItem('layout_primary') || 'noir',
    surface: localStorage.getItem('layout_surface') || 'soho',
    menuMode: localStorage.getItem('layout_menu_mode') || 'static'
});

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-10