Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishenal/Todos_Vuejs

a simply todolist using vuejs
https://github.com/fishenal/Todos_Vuejs

vuejs

Last synced: 2 months ago
JSON representation

a simply todolist using vuejs

Awesome Lists containing this project

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
```