vue新手入门实例项目todolist,包含父子组件通信,已及组件化开发,本地存储等知识
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, checkout the guide and docs for vue-loader.