文件名称:使用Vue CLI 3和Laravel的示例项目-PHP开发
文件大小:335KB
文件格式:ZIP
更新时间:2024-06-16 01:41:35
PHP Frameworks
Laravel + Vue CLI 3此演示假定您正在laracon.test通过Valet提供此Laravel应用程序。 如果要以其他本地URL提供laravel应用,请在frontend / vue.config.js中进行相应的修改。 运行Laravel + Vue CLI 3此演示假定您正在laracon.test通过Valet提供此Laravel应用程序。 如果要以其他本地URL提供laravel应用,请在frontend / vue.config.js中进行相应的修改。 运行前端cd前端纱线#或npm安装纱线服务#或npm运行服务#构建生产版本:纱线构建#OR npm运行构建从头开始搭建脚手架的步骤创建Laravel项目laravel新my-project cd my-project#删除现有的前端脚架rm -rf pac
【文件预览】:
laravel-vue-cli-3-master
----frontend()
--------public()
--------yarn.lock(239KB)
--------src()
--------babel.config.js(52B)
--------README.md(233B)
--------vue.config.js(497B)
--------.gitignore(214B)
--------package.json(896B)
----bootstrap()
--------cache()
--------app.php(2KB)
----.env.example(651B)
----.gitattributes(111B)
----public()
--------robots.txt(24B)
--------favicon.ico(1KB)
--------img()
--------js()
--------index.php(2KB)
--------css()
--------.htaccess(593B)
----database()
--------migrations()
--------.gitignore(9B)
--------factories()
--------seeds()
----artisan(2KB)
----config()
--------services.php(999B)
--------view.php(1004B)
--------database.php(4KB)
--------hashing.php(2KB)
--------queue.php(3KB)
--------logging.php(2KB)
--------filesystems.php(2KB)
--------broadcasting.php(2KB)
--------session.php(7KB)
--------app.php(8KB)
--------auth.php(3KB)
--------cache.php(3KB)
--------mail.php(4KB)
----composer.lock(141KB)
----phpunit.xml(1KB)
----README.md(2KB)
----resources()
--------views()
--------lang()
----.editorconfig(234B)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----.gitignore(155B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------User.php(511B)
--------Http()
--------Providers()
--------Exceptions()
--------Console()
----server.php(563B)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------api.php(634B)
--------web.php(456B)
----composer.json(1KB)