2021年6月25日
摘要: 1.安装: npm install storejs --save 2.引入(这里介绍在Vue中的引入): import store from 'storejs' 或者 let store = require('storejs') 3.使用: store(key, data) 或者 store.set 阅读全文
posted @ 2021-06-25 11:45 Nymph_Zhu 阅读(3400) 评论(0) 推荐(2) 编辑
摘要: 首先下载第三方包:postcss-pxtorem 再在vue.config.js文件中配置以下代码: const autoprefixer = require('autoprefixer'); // 浏览器前缀处理工具 const pxtorem = require('postcss-pxtorem 阅读全文
posted @ 2021-06-25 09:36 Nymph_Zhu 阅读(299) 评论(0) 推荐(1) 编辑