All Projects → vuesomedev → todomvc-vue

vuesomedev / todomvc-vue

Licence: MIT license
TodoMVC built with Vue and Vuex

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to todomvc-vue

Fibos Todomvc
Todo DApp for FIBOS blockchain by React and fibos.js
Stars: ✭ 12 (-57.14%)
Mutual labels:  todomvc
Phoenix Todo List Tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (+132.14%)
Mutual labels:  todomvc
Todomvc
Nuxt.js TodoMVC Example
Stars: ✭ 136 (+385.71%)
Mutual labels:  todomvc
Simple Todo With React And
📝 a simple react demo to learn flux/reflux/redux
Stars: ✭ 29 (+3.57%)
Mutual labels:  todomvc
React Redux Typescript Boilerplate
A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4
Stars: ✭ 1,100 (+3828.57%)
Mutual labels:  todomvc
Preact Todomvc
💣 TodoMVC done in Preact. Under 6kb and fast.
Stars: ✭ 88 (+214.29%)
Mutual labels:  todomvc
Aws Amplify Vue
A Vue.js starter app integrated with AWS Amplify
Stars: ✭ 359 (+1182.14%)
Mutual labels:  todomvc
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+635.71%)
Mutual labels:  todomvc
Egghead react todo app course
Source code for eggheadio Build Your First Production Quality React App course
Stars: ✭ 64 (+128.57%)
Mutual labels:  todomvc
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (+378.57%)
Mutual labels:  todomvc
Todomvc Wasm
A TODO MVC implementation using web-sys to make WASM
Stars: ✭ 44 (+57.14%)
Mutual labels:  todomvc
Purescript React Basic Todomvc
TodoMVC with purescript-react-basic
Stars: ✭ 47 (+67.86%)
Mutual labels:  todomvc
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+6257.14%)
Mutual labels:  todomvc
Todomvc Mithril
TodoMVC app using Mithril.js with CoffeeScript and Brunch
Stars: ✭ 15 (-46.43%)
Mutual labels:  todomvc
Cypress Example Todomvc
The official TodoMVC tests written in Cypress.
Stars: ✭ 143 (+410.71%)
Mutual labels:  todomvc
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+1250%)
Mutual labels:  todomvc
Elmctron
Elm meets Electron
Stars: ✭ 86 (+207.14%)
Mutual labels:  todomvc
Javascript Todo List Tutorial
✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱
Stars: ✭ 212 (+657.14%)
Mutual labels:  todomvc
Todomvc App Css
CSS for TodoMVC apps
Stars: ✭ 160 (+471.43%)
Mutual labels:  todomvc
Angular2 Esnext Todomvc
Angular TodoMVC application in Javascript (ES6/ES7).
Stars: ✭ 132 (+371.43%)
Mutual labels:  todomvc

TodoMVC built with Vue and Vuex

Build Status Dependencies Status

The well-known TodoMVC built with Vue and Vuex in a structured and testable way.

TodoMVC Vue

Edit and try it out online

Concepts and tools covered

Usage

After installing the dependencies the following NPM scripts become available:

  • start: starts the application in development mode on http://localhost:9000
  • build: bundles the application for production into the dist folder
  • test: runs unit and E2E tests
  • test:unit: runs unit tests with Mocha and Chai in the src folder suffixed with *.spec.js
  • test:e2e: runs E2E tests with Cypress in the tests/e2e folder suffixed with *.spec.js
  • format: formats the code with Prettier within the src folder
  • lint: lint files with ESLint based on Airbnb's styleguide and the Prettier config

Component architecture

Architecture

Application is compatible with Vue devtools

Series

This implementation is part of a series where the same application was implemented with the same architecture.

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