All Projects → lzjcoding → laravel5.4-webpack2-Vuejs2-iview2-spa-demo

lzjcoding / laravel5.4-webpack2-Vuejs2-iview2-spa-demo

Licence: other
一个简单的前后端分离单页blog应用,后端接口使用laravel5.4开发接口,前端使用webpack vuejs实现单页应用,后台使用iview2UI组件库

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to laravel5.4-webpack2-Vuejs2-iview2-spa-demo

Cloudbookmark Spa
基于iView开发的云书签SPA应用
Stars: ✭ 88 (+417.65%)
Mutual labels:  spa, iview
Blog
一个go、echo、vue 开发的快速、简洁、美观、前后端分离的个人博客系统(blog)、也可方便二次开发为CMS(内容管理系统)和各种企业门户网站
Stars: ✭ 388 (+2182.35%)
Mutual labels:  spa, iview
bg-admin
spring boot 与 iview 前后端分离架构
Stars: ✭ 33 (+94.12%)
Mutual labels:  iview
dash-spa
Dash Single Page Application (SPA) Framework
Stars: ✭ 28 (+64.71%)
Mutual labels:  spa
aem-spa-component-mapping
Provides a way to map Single Page Application front-end components with Adobe Experience Manager resource types.
Stars: ✭ 20 (+17.65%)
Mutual labels:  spa
aem-spa-project-archetype
Maven Archetype for creating new AEM SPA projects
Stars: ✭ 64 (+276.47%)
Mutual labels:  spa
tesserae
Components for building h5-based single-page-applications using C#
Stars: ✭ 23 (+35.29%)
Mutual labels:  spa
aspnet-core-vuejs-template
ASP.NET Core / Vue.js SPA Template App
Stars: ✭ 75 (+341.18%)
Mutual labels:  spa
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+464.71%)
Mutual labels:  spa
cozy-template
Deprecated use https://github.com/cpatchane/cozy-create-app. Template project to create an application for the Cozy Platform
Stars: ✭ 15 (-11.76%)
Mutual labels:  spa
seal-vue
本项目为 https://github.com/hequan2017/seal 项目 前端vue版本 基于 iview-admin 2.5.0 支持 动态菜单 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 16 (-5.88%)
Mutual labels:  iview
seal
django-base-templates 主要为 django 开发DEMO, 支持 非前后端分离 和 前后端分离模式 。
Stars: ✭ 118 (+594.12%)
Mutual labels:  iview
skill6-website-frontend
技术流网站前端工程。网站名称:技术流,英文名:skill6。使用前后端分离架构,前端使用vue、nodejs、bootstrap、emement ui、iview等开源框架实现,主要功能有:登录注册、单点登录、restful设计、文章及评论、资源下载、提问答疑、视频教程等。持续更新中... 地址:
Stars: ✭ 21 (+23.53%)
Mutual labels:  iview
sparender
基于puppeteer的高性能SPA SEO解决方案
Stars: ✭ 54 (+217.65%)
Mutual labels:  spa
react-nodejs-mongodb-crud
👨‍💻 Fullstack web app built with MongoDB, NodeJs, React and Redux. Features: Protected routes client/server side, MaterialUI layout
Stars: ✭ 91 (+435.29%)
Mutual labels:  spa
navigation-bar-with-feliz
Modern navigation bar built with Feliz
Stars: ✭ 20 (+17.65%)
Mutual labels:  spa
CRUD-Laravel-Livewire-SPA
CRUD Laravel 7 & Livewire (SPA) Single Page Application
Stars: ✭ 34 (+100%)
Mutual labels:  spa
ritwickdey.github.io
(outdated) This is my portfolio website (SPA), developed with Angular 💘 💖 💘 💖
Stars: ✭ 83 (+388.24%)
Mutual labels:  spa
axios-opentracing
Axios interceptor which traces your requests 👀
Stars: ✭ 15 (-11.76%)
Mutual labels:  spa
peasy-js-samples
Showcases business logic built with peasy-js and consumed by multiple clients
Stars: ✭ 19 (+11.76%)
Mutual labels:  spa

spa demo

一个简单的前后端分离单页blog应用,后端接口使用laravel5.4,前端使用webpack vuejs实现单页应用,后台使用iview2UI组件库

技术栈 laravel5.4 + webpack2 + Vuejs2 + vue-router + vue-resource + iview2

安装composer包

composer install

运行迁移文件

    php artisan migrate

如果需要测试数据可以运行seeder文件,会生成后台账号[admin admin]和测试数据

    php artisan db:seed --class=AdminsSeeder
    php artisan db:seed --class=PostsSeeder

进入views-src目录安装前端资源

修改src/config/config.js 配置文件,设置api_domain cdn

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

安装完成

  • /index.html 首页地址
  • /login.html 后台登录地址
  • /admin.html 后台首页地址
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].