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

浙公网安备 33010602011771号