前端
文章平均质量分 81
希sir
日常不会写代码 ContactMe: gdutjiexi@163.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用 Nuxt 内置 @nuxtjs/i18n 插件实现Nuxt国际化
使用 Nuxt 内置 @nuxtjs/i18n 插件实现Nuxt国际化原创 2023-03-01 17:36:03 · 1915 阅读 · 4 评论 -
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing.
终端报错:You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing.原创 2022-06-16 15:25:56 · 11128 阅读 · 3 评论 -
前端算法学习入门笔记 - JavaScript
前端算法入门笔记 - JavaScript,附学习视频。原创 2022-04-18 15:12:37 · 1327 阅读 · 1 评论 -
Uni-app postcss-pxtorpx 使用(可以exclude某个文件夹)
Uni-app postcss-pxtorpx 使用(可以exclude某个文件夹)1、postcss-pxtorem介绍: 一款可以把px单位转成rem的插件,具体使用方法可以点击上方链接。// postcss.config.jsmodule.exports = { plugins: [ require('postcss-pxtorem')({ rootValue: 16, unitPrecision: 5, propList: ['font', 'fon原创 2021-11-25 18:23:26 · 8268 阅读 · 0 评论
分享