11 2017 档案

摘要:/** * 存储localStorage */ export const setStore = (name, content) => { if (!name) return if (typeof content !== 'string') { content = JSON.stringify(content) } window.localStorage.setIte... 阅读全文
posted @ 2017-11-27 11:00 吾生有涯,而知无涯! 阅读(408) 评论(0) 推荐(0)
摘要:## 页面自适应 选用淘宝 lib-flexible > 安装lib-flexible ``` npm install lib-flexible --save 在main.js页面引入import ‘lib-flexible‘; ``` > 安装 px2rem-loader ``` npm ins 阅读全文
posted @ 2017-11-17 16:00 吾生有涯,而知无涯! 阅读(2154) 评论(0) 推荐(0)
摘要:技术选择 vue2.0、vue-router、vuex、axios、lib-flexible css编写 stylus 相关技术文档 http://www.zhangxinxu.com/jq/stylus/interpolation.php 规定TAB 为2个空格 如下: <style lang=" 阅读全文
posted @ 2017-11-09 11:37 吾生有涯,而知无涯! 阅读(220) 评论(0) 推荐(0)