All Projects → vuex-orm → Vuex Orm Examples Nuxt

vuex-orm / Vuex Orm Examples Nuxt

The example Nuxt application to demonstrate the use case of the Vuex ORM.

Projects that are alternatives of or similar to Vuex Orm Examples Nuxt

Vuex Orm
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
Stars: ✭ 2,308 (+3563.49%)
Mutual labels:  orm, vuex
Nuxt Elm
基于nuxt2+vue构建的全栈开源项目
Stars: ✭ 304 (+382.54%)
Mutual labels:  nuxt, vuex
Java Library Examples
💪 example of common used libraries and frameworks, programming required, don't fork man.
Stars: ✭ 204 (+223.81%)
Mutual labels:  orm, examples
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (+231.75%)
Mutual labels:  nuxt, vuex
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+1103.17%)
Mutual labels:  nuxt, vuex
Intro To Vue
Workshop Materials for my Introduction to Vue.js Workshop
Stars: ✭ 2,668 (+4134.92%)
Mutual labels:  nuxt, vuex
Vue Kindergarten
Modular security for Vue, Vuex, Vue-Router and Nuxt
Stars: ✭ 303 (+380.95%)
Mutual labels:  nuxt, vuex
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (+198.41%)
Mutual labels:  nuxt, vuex
Vuecnodejs
⚽️🎉Vue初/中级项目,CnodeJS社区重构。( a junior project of Vue.js, rewrite cnodejs.org ) 预览(DEMO):
Stars: ✭ 705 (+1019.05%)
Mutual labels:  nuxt, vuex
Nuepress
📖 Nuxt.js + WordPress REST API
Stars: ✭ 524 (+731.75%)
Mutual labels:  nuxt, vuex
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+228.57%)
Mutual labels:  nuxt, vuex
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+61782.54%)
Mutual labels:  nuxt, vuex
Vue Org Chart
Manage and publish your interactive organization chart (orgchart), 100% free and no install required: just copy a folder to any location
Stars: ✭ 207 (+228.57%)
Mutual labels:  nuxt, vuex
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+253.97%)
Mutual labels:  nuxt, vuex
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (+206.35%)
Mutual labels:  nuxt, vuex
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (-19.05%)
Mutual labels:  examples, nuxt
Vue People
VuePeople lists and connects Vue.JS developers around the world.
Stars: ✭ 167 (+165.08%)
Mutual labels:  nuxt, vuex
Vue Gates
🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.
Stars: ✭ 184 (+192.06%)
Mutual labels:  nuxt, vuex
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (+669.84%)
Mutual labels:  nuxt, vuex
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+1258.73%)
Mutual labels:  nuxt, vuex

Vuex ORM Examples Nuxt

This example application demonstrates how Vuex ORM can be integrated with Nuxt. It's a simple ToDo application which can assign users to ToDo items. You will learn how Vuex ORM connects users with ToDo items and how easy it is to create, edit and delete both users and ToDo items.

Vuex ORM Nuxt Example

Running The Example

Play on CodeSandbox or clone repository and run the following commands:

# NPM
npm install
npm run dev

# Yarn
yarn install
yarn dev

Contribution

If you would like to make any contribution that may make this example application easier to understand for people who are new to Vuex ORM, please open an issue or pull request 🎉

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].