# datetime-picker-for-vue **Repository Path**: yiven/datetime-picker-for-vue ## Basic Information - **Project Name**: datetime-picker-for-vue - **Description**: vue时间选择器组件,共支持年月日时分秒等9种模式 1-6代表年月日时分秒 7-9代表时分秒 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2021-02-03 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # datetime-picker-for-vue ## Project setup/安装 ``` npm install ``` ### Compiles and hot-reloads for development/开发模式运行 ``` npm run serve ``` ### Compiles and minifies for production/生产编译 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration/自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).