posted @ 2022-01-25 17:18 猿六毛 阅读(156) 评论(0) 推荐(0) 编辑
摘要:
在项目目录下临时安装指定node-sass为镜像淘宝 npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 阅读全文
摘要:
一:为什么需要组件库(组件化) 二:搭建简单组件库并发布npm 三:timeline组件 四:根据工作现状,需不需要组件库(讨论) 1、为什么需要组件库(背景) 在大型软件系统中,web应用的前后端已经实现了分离,而随着REST软件架构的发展,后端服务逐步倾向于微服务,简单来说就是将一个大型后端服务 阅读全文
posted @ 2022-01-20 17:37 猿六毛 阅读(528) 评论(0) 推荐(0) 编辑
摘要:
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has been initialized usi 阅读全文
posted @ 2022-01-19 19:45 猿六毛 阅读(1094) 评论(10) 推荐(1) 编辑
摘要:
vue Demi 为 Vue 2 和 3 编写通用 Vue 库 【蜕变】搭建史上真正没有注水的VueUI库Nature-UI,包含18个复杂组件 如何封装一个Vue UI组件库,并实现按需加载? 阅读全文
posted @ 2022-01-18 19:20 猿六毛 阅读(29) 评论(0) 推荐(0) 编辑
摘要:
React Hooks 详解 【近 1W 字】+ 项目实战 (20220104) 阅读全文
posted @ 2022-01-04 17:12 猿六毛 阅读(15) 评论(0) 推荐(0) 编辑
摘要:
npx create-react-app my-app npx create-react-app my-app --template typescript 阅读全文
posted @ 2022-01-04 14:48 猿六毛 阅读(25) 评论(0) 推荐(0) 编辑
摘要:
注:(此项不做,关系不大)安装eslint,执行以下命令: npm install eslint -D npx eslint --init (初始化配置生成.eslintrc.js文件,按自己需求选择) Prettier官网安装文档 npm install --save-dev --save-exa 阅读全文
posted @ 2022-01-04 13:55 猿六毛 阅读(268) 评论(0) 推荐(0) 编辑
摘要:
https://juejin.cn/post/6844904116339261447 阅读全文
posted @ 2021-12-31 16:57 猿六毛 阅读(23) 评论(0) 推荐(0) 编辑