摘要: vue: Vuejs:https://cn.vuejs.org/ Element:https://element.eleme.cn/#/zh-CN/component/installation Mint-ui:https://mint-ui.github.io/docs/#/zh-cn/dateti 阅读全文
posted @ 2019-11-11 14:36 魏佳豪 阅读(283) 评论(0) 推荐(0)
摘要: 时间转时间戳: var dateSel="2019-05-31 10:20" Date.parse(dateSel);//这里默认会将毫秒数转为000 时间戳转时间: myTime(nS) { //时间戳转时间 if (nS == "" || nS == null) { var noday = "0 阅读全文
posted @ 2019-11-09 11:40 魏佳豪 阅读(260) 评论(0) 推荐(0)
摘要: vue-cli3: 全局安装 npm install -g @vue/cli 创建项目 vue create 项目名称 cd 项目名称 // 进入到项目根目录 npm run serve // 启动项目 react: 安装:npm i create-react-app -g 创建目录:create- 阅读全文
posted @ 2019-11-08 19:06 魏佳豪 阅读(298) 评论(0) 推荐(1)