codingcampbell / todomvc-vue-vuex-es-modules

TodoMVC in Vue 2 + Vuex with ES Modules and without compilers/bundlers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 2 + Vuex + ES Modules • TodoMVC

The Progressive JavaScript Framework

Demo

https://codingcampbell.github.io/todomvc-vue-vuex-es-modules/index.html

Resources

Support

Implementation

Built with native ES modules. No bundlers or compilers of any kind.

Getting Started

  1. Run npm run vendor
  2. Open index.html in your browser

You do not need a server to run this. You do not need a compiler/watcher. Just save and refresh like the good ol' days.

Credit

Created by Matt Campbell

About

TodoMVC in Vue 2 + Vuex with ES Modules and without compilers/bundlers


Languages

Language:JavaScript 66.8%Language:HTML 32.9%Language:CSS 0.3%