simple-todo-tutorial icon indicating copy to clipboard operation
simple-todo-tutorial copied to clipboard

Simple todo app built with Vue 2.0 and Vuex 2.0

Results 4 simple-todo-tutorial issues
Sort by recently updated
recently updated
newest added

deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!

This will close #5 Removed `cross-env` and used the built-in flag `--mode` instead. When using `npm run dev` the event completes but not in a way that makes it obvious...

> It is recommended to provide a key with v-for whenever possible, unless the iterated DOM content is simple, or you are intentionally relying on the default behavior for performance...

need to change `loader: 'vue'` to `loader: 'vue-loader'` and `loader: 'babel'` to loader: 'babel-loader' in webpack.config.js