All Projects → krisanalfa → lumen-vue-todo

krisanalfa / lumen-vue-todo

Licence: other
ToDo App with Lumen, Vue.js, Vue Router and Vuex

Programming Languages

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

Projects that are alternatives of or similar to lumen-vue-todo

nippo
本アプリケーションはYAPC::Hokkaido 2016の「Vue.jsによるWebアプリケーション開発」用に実装したサンプルアプリケーションです。
Stars: ✭ 17 (-48.48%)
Mutual labels:  lumen, vue-router
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+384.85%)
Mutual labels:  todo, vue-router
reactodo
Multiple localStorage TODO lists, built with React
Stars: ✭ 28 (-15.15%)
Mutual labels:  todo
vue-music
基于Laravel5.3+Vue2.0的网易云音乐的SPA应用
Stars: ✭ 85 (+157.58%)
Mutual labels:  vue-router
admin-antd-vue
Vue3.x + Ant Design Admin template (vite/webpack)
Stars: ✭ 111 (+236.36%)
Mutual labels:  vue-router
processvue
ProcessVue is a boilerplate for getting started with ProcessWire as a headless CMS for VueJS SPAs
Stars: ✭ 27 (-18.18%)
Mutual labels:  vue-router
Taskwarrior
a php lib for taskwarrior
Stars: ✭ 16 (-51.52%)
Mutual labels:  todo
learn-english
📚 Vue + Element-UI + Lumen 开发的背单词应用
Stars: ✭ 53 (+60.61%)
Mutual labels:  lumen
lumen-lighthouse-graphql
Lumen example use of a GraphQL PHP server using Lighthouse package
Stars: ✭ 31 (-6.06%)
Mutual labels:  lumen
vue-template
🎉 一个集成了 webpack + vue-loader + vuex + axios 的自定义 vue-cli 模板,其中包含 webpack 热更新,linting,测试以及 css 处理器等内容
Stars: ✭ 25 (-24.24%)
Mutual labels:  vue-router
nodejs-vuejs-mysql-boilerplate
Node.js (REST API) + Vue.js/Nuxt.js (Frontend/Backend) + MySQL Boilerplate
Stars: ✭ 134 (+306.06%)
Mutual labels:  vue-router
vuex-router
Move a Vue app's location state into the Vuex store. Allows super-easy page-based routing with built-in slide transitions.
Stars: ✭ 20 (-39.39%)
Mutual labels:  vue-router
roadrunner-laravel
Simple bridge between Symfony and RoadRunner.
Stars: ✭ 43 (+30.3%)
Mutual labels:  lumen
cheq
A command-line checklist app
Stars: ✭ 17 (-48.48%)
Mutual labels:  todo
vue-cli-easy
this is a vue development environment。
Stars: ✭ 30 (-9.09%)
Mutual labels:  vue-router
special-vue-series-code-analyzing
「Vue生态库源码系列」,Vue、Vue-router、Vuex、Vue-cli、Vue-loader、Vue-devtools等
Stars: ✭ 15 (-54.55%)
Mutual labels:  vue-router
laravel-bash-helpers
Daily tasks made easier
Stars: ✭ 20 (-39.39%)
Mutual labels:  lumen
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-33.33%)
Mutual labels:  todo
lumen-oauth2
OAuth2 module for the Lumen PHP framework.
Stars: ✭ 29 (-12.12%)
Mutual labels:  lumen
electron-vue-boilerplate
Simple boilerplate for building Vue app with Electron and Webpack.
Stars: ✭ 53 (+60.61%)
Mutual labels:  vue-router

Todo App

Technologies used:

Backend:

Quick Start

Backend

cd todo-api
composer install
# configure your key, database, etc in `.env` file
php artisan migrate --seed
php -S localhost:9000 -t public
# default login is [email protected]:johndoe

Frontend

cd todo-app
yarn install # or npm install
yarn dev # or npm run dev
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].