Giter VIP home page Giter VIP logo

antd-doddle's Introduction

👌 我就是面试造飞机,工作造歼20,转行做前端的前端练习生。喜欢开源,喜欢分享,公众号:前端黑洞, 定期更新, 欢迎关注;

文章 ---------------------------------------------更多 最近在做 ----------------------------------------------
  • webpack 配置搬砖家
  • 前端构建持续集成的方案探索
  • 微信: 5848518threefour 注明来源

antd-doddle's People

Contributors

closertb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

antd-doddle's Issues

可以做到按需加载样式吗?

你好,朋友

使用时,是不是还得引入 antd 的全部样式,像这样

   // global.js
   import 'antd/dist/antd.css'

下面的组件引用可以做到按需加载自动引入 antd table 样式吗?

   import { EnhanceTable } from "antd-doddle";

你源码里已经有了按需加载的条件了:
antd-doddle/packages/EnhanceTable/index.js

   import { Table } from 'antd';

依赖引入问题

import { formRender } from 'ffe-basic';

ffe-basic和项目名字antd-doddle (npm i antd-doddle)不一致是如何做到的?

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.