Giter VIP home page Giter VIP logo

picasso-plus's Introduction

  • build 负责打包的文件夹 gulp 编译 ts, 打包样式, 打包单文件组件
  • dist 就是我们最终生成的打包结果
  • packages 放着我们组件的代码 monorepo
  • play 用来测试代码 写的组件是否 ok, 调试用的
  • typings 放上我们的类型声明
  • .npmrc 需要增加此文件安装依赖才会正常
  • tsconfig ts 的配置

packages

components 存放所有组件的 最终通过 index.ts 导出所有的组件 theme-chalk 做样式的 BEM (后续控制样式) utils 主要存放着多个模块之间的公共方法

build 打包模块 gulp 来控制流程的

build 目前我们实现了打包样式 、 工具方法

dist 目录打包出的整体结果

es/lib 两种规范 theme-chalk 最终发布的模块就是 dist 模块 -》 element-plus -》 z-plus

z-plus 就是我们组件库的整合入口

  • gulp 适合流程控制和代码的转义

picasso-plus's People

Contributors

lyxdream avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.