GithubHelp home page GithubHelp logo

Comments (5)

mzohaibqc avatar mzohaibqc commented on June 9, 2024

@vsai You can simply use core script to generate color.less file which will be imported in main html file.
https://github.com/mzohaibqc/antd-theme-generator

from antd-theme-webpack-plugin.

vsai avatar vsai commented on June 9, 2024

I'm not sure I get exactly what you mean.
With antd-theme-generator you don't need to integrate with webpack?

The main concern I had was regarding the options:

const options = {
  antDir: path.join(__dirname, './node_modules/antd'),
  stylesDir: path.join(__dirname, './src/styles'),
  varFile: path.join(__dirname, './src/styles/variables.less'), // default path is Ant Design default.less file
  mainLessFile: path.join(__dirname, './src/styles/index.less'),
  themeVariables: ['@primary-color'],
  outputFilePath: path.join(__dirname, './public/color.less') // if provided, file will be created with generated less/styles
}

In my case, stylesDir, varFile, mainLessFile don't exist. Webpack can compile and output a css file to public/packs/ directory (for rails project). And there is a manifest.json object that handles the mapping of filename to filename-<hash> in the directory.

Sorry for the confusion. I'm just not clear how to extend the library for the rails+webpacker implementation that I have right now.

from antd-theme-webpack-plugin.

mzohaibqc avatar mzohaibqc commented on June 9, 2024

@vsai here are my assumptions.

  • You are using React with Ant Design as a component library
  • You are bundling you javascript/react code using webpacker.
  • There must be some node_modules folder that provides dependencies for your project like antd.
  • There must be a folder containing your styles

You need to provide configurations for this script which contains

  • antDir: an absolute path to ant design node_module directory
  • stylesDir: absolute path to your styles directory containing .less files
  • varFile: absolute path to your less variables files, it must include/inherit ant design default variables.
  • mainLessFile: Your main/index less file that imports other styles for your app
  • themeVariables: list of variable names that you want to change in browser, e.g. ['@primary-color'],
  • outputFilePath: absolute path to where this color.ess file should be saved, e.g. path.join(__dirname, './public/packs/color.less')

First thing is to go through README file and read all the instructions, RTFM :)
https://github.com/mzohaibqc/antd-theme-generator

from antd-theme-webpack-plugin.

mzohaibqc avatar mzohaibqc commented on June 9, 2024

@vsai Have you been able to resolve your issue?

from antd-theme-webpack-plugin.

vsai avatar vsai commented on June 9, 2024

Yes. Thanks

from antd-theme-webpack-plugin.

Related Issues (20)

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.