https://github.com/fishenal/Todos_Vuejs
a simply todolist using vuejs
https://github.com/fishenal/Todos_Vuejs
vuejs
Last synced: 8 months ago
JSON representation
a simply todolist using vuejs
- Host: GitHub
- URL: https://github.com/fishenal/Todos_Vuejs
- Owner: fishenal
- Created: 2016-02-19T10:39:25.000Z (over 9 years ago)
- Default Branch: withVuex
- Last Pushed: 2017-07-30T08:13:18.000Z (over 8 years ago)
- Last Synced: 2024-11-03T01:33:15.798Z (about 1 year ago)
- Topics: vuejs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 82
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-demo-todolist - cli. by [fishenal](https://github.com/fishenal) (Resources / Examples)
- awesome-github-vue - Todos_Vuejs - vuejs2搭建的极简的todolist (Demo示例)
- awesome - Todos_Vuejs - vuejs2搭建的极简的todolist (Demo示例)
- awesome-vue-refactor - vue-demo-todolist - cli. by [fishenal](https://github.com/fishenal) (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Libraries & Plugins)
- awesome-vue-zh - Vue-演示todolist的 - cli构建. 通过[fishenal](https://github.com/fishenal) (awesome-vue [](https://github.com/sindresorhus/awesome) / 例子)
- awesome-vue - Todos_Vuejs - vuejs2搭建的极简的todolist (Demo示例)
- awesome-github-vue - Todos_Vuejs - vuejs2搭建的极简的todolist (Demo示例)
- awesome-vue - vue-demo-todolist ★63 - cli. by [fishenal](https://github.com/fishenal) (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Examples)
- awesome-vue - vue-demo-todolist - a simply todolist using vuejs (Examples [🔝](#readme))
- awesome-vue - vue-demo-todolist - cli. by [fishenal](https://github.com/fishenal) (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Examples)
README
# simply-todolist-vuejs
> 使用vuejs2.0 搭建的极简的todolist
# vuex version
https://github.com/fishenal/Todos_Vuejs/tree/withVuex
# vuex + firebase version
https://github.com/fishenal/Todos_Vuejs/tree/withfirebase
## 跟视频教程中的差异:
- 将每一行todo作为一个组件进行循环
- vuejs升级到 2.0版本, 去掉2.0不支持的属性和方法
- 使用vue-localstorage插件 https://github.com/pinguinjkeke/vue-local-storage
## 安装
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```