27 Star 106 Fork 34

Eddy / lightCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunjianhua 提交于 2022-09-13 11:08 . sync
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/js/app.js'],
refresh: true,
}),
],
});
PHP
1
https://gitee.com/eddy/lightCMS.git
git@gitee.com:eddy/lightCMS.git
eddy
lightCMS
lightCMS
9.x

搜索帮助