# vue-simple-todos **Repository Path**: skylfx/vue-simple-todos ## Basic Information - **Project Name**: vue-simple-todos - **Description**: vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-simple-todos > *基于vue-cli-simple、ElementUI的TODOS案例* 案例以教程的一个vue项目作为基础进行改造,包括通过使用ElementUI进行页面布局改造,使用了其中的tab、按钮、table、提示等组件。 另外调整使用了vue-moment,可以不用自己写日期的转换过滤器。 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).