摘要: 模拟数据 1. 将数据放置于项目的根目录下,并且将数据文件以json格式保存 2. 在dev server中模拟数据请求 3. 访问测试 【 "访问localhost:8080/api/goods" 】 【 "访问localhost:8080/api/seller" 】 【 "访问localhost 阅读全文
posted @ 2017-04-14 21:08 Ears 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Vue项目目录 初始化项目 目录树 目录详解 .babelrc : ES6 转 ES5 时,保证兼容浏览器 .editorconfig : 编辑器的环境配置 .eslintignore :忽略ESLint语法检查的文件目录配置 .eslintrc.js :eslint的配置文件 【 "ESLint官 阅读全文
posted @ 2017-04-14 21:04 Ears 阅读(825) 评论(0) 推荐(0) 编辑