04 2019 档案

摘要:1. 安装完成后,在开始菜单里找到“Git”->“Git Bash” 2. git config --global user.name "Your Name" git config --global user.email "email@example.com" 3. cd F: (打开F盘) mkd 阅读全文
posted @ 2019-04-15 16:39 墨墨君 阅读(135) 评论(0) 推荐(0)
摘要://自动化部署路由 const requireComponent = require.context('../page', true, /\.vue$/); const routes = requireComponent.keys().map(fileName => { // 获取组件配置 const componentConfig = requireComponent(file... 阅读全文
posted @ 2019-04-11 13:44 墨墨君 阅读(945) 评论(1) 推荐(1)