摘要:
一 创建项目相关 1 安装node.js(官网) 2 npm install -g @vue/cli 检查是否安装成功 vue -V 3 vue create pro-name 4选择配置(按 空格 选中) Manually select features (自定义配置) Babel (必选) Ty 阅读全文
摘要:
1 ./是当前目录du 2、../是父级目录 3、/是根目录 阅读全文
摘要:
1 ES6 去掉已经 new Date().format 方法 2 新写法 export function format(date,fmt){ var o = { "M+": date.getMonth() + 1, //月份 "d+": date.getDate(), //日 "h+": date 阅读全文