Giter VIP home page Giter VIP logo

Comments (11)

michelson avatar michelson commented on May 24, 2024

sure, just use the files from dist folder clone repo and run yarn install && yarn build
if you want to use the scss source check the this wiki https://github.com/michelson/dante2/wiki/Rails-styles-integration

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

Hi,

Just one another query, I ran yarn install && yarn build , but not able to find any dist folder after running the command. where can I find it?

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

Any updates on this issue?

from dante2.

michelson avatar michelson commented on May 24, 2024

Hi @sheeshmohsin , I've prepared a PR for builds but it's not ready . In the meantime the yarn build on master branch will create files on /docs , you can use them as are for production use.

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

Hi @michelson I tried the copying the files generated in /docs in my python app, but in frontened its throwing this error.

screenshot from 2017-01-31 11-55-46

from dante2.

michelson avatar michelson commented on May 24, 2024

ouch! no idea

maybe you could test it running yarn run and see if it's working on development server?

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

Yeah, Its running fine on development server after running yarn run or npm start, but not after picking up the file for use in another app.

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

So, what I got for now, If I want to use in separate app, I need to run a separate server of dante2, and use the urls of dante server for fetching css and js, is it?

from dante2.

michelson avatar michelson commented on May 24, 2024

check the latest version ( 0.3.1 ) it comes with a better distribution module support.
Also check the example on how to use es6 modules at https://github.com/michelson/dante2-tests
let me know if you got more issues with this.

cheers

from dante2.

sheeshmohsin avatar sheeshmohsin commented on May 24, 2024

I finally able to use the js and css file built in amd directory.
Below are the steps which I did and it starts working, may be someone can use this :-

  1. Comment out the externals part in webpack/webpack.config.js in export default as shown below :-

    // externals: [
    // {
    // react: {
    // root: 'React',
    // commonjs2: 'react',
    // commonjs: 'react',
    // amd: 'react',
    // },
    // },
    // {
    // 'react-dom': {
    // root: 'ReactDOM',
    // commonjs2: 'react-dom',
    // commonjs: 'react-dom',
    // amd: 'react-dom',
    // },
    // },
    // ],

  2. Then Run npm run build and collect these files from amd directory DanteStyles.css , Dante2.js, dante-vendors.js , and you are ready to go.

from dante2.

michelson avatar michelson commented on May 24, 2024

related #48

from dante2.

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.