jQuery UI Widgets Forums General Discussions wrong folder structure for surce

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 5 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • wrong folder structure for surce #105558

    aniolekx
    Participant

    I have noticed that you have wrong folder structure for you source files package. I have downloaded version 8 and again vue files were referring to jqwidgets folder which didn’t exists, and I had to create it, move all file in to it, plus globalisation folder too.

    Is there any reason for that?

    wrong folder structure for surce #105599

    Peter Stoev
    Keymaster

    Hi aniolekx,

    The Vue demos require installation of NPM packages. Each Vue demo has package.json. To run a demo, you can to do that:

    Steps to run a demo.
    
    1. Open a demo folder. Example: \bargauge\addandremovevalues in Command prompt
    2. Type "npm install" to install all required node_modules.
    3. Type "npm start" to build the demo.
    4. Run the index.htm from localhost.

    This information is also available ReadMe.txt file of the demos/vue.js of the download package.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.