Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 902 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 902 Bytes

基本使用

  • 装包
npm run bootstrap
  • 运行官网
npm run dev
  • 运行普通示例
npm run dev:play
  • 打包
npm run dist

ElementUI 源码解读

详细讲解了 ElementUI 源码架构

框架依赖

https://github.com/sass/node-sass/releases/tag/v4.14.1

很多人在本地跑 ElementUI 项目会报 node-sass 相关的错误,这里会涉及一个 node 版本兼容性的问题,我这边用的是 node@14