bigwheel-framework / bigwheel

bigwheel is an unopinionated, minimalist frontend framework that manages application state
MIT License
73 stars 10 forks source link

I don't use a module loader #39

Open adamjw3 opened 7 years ago

adamjw3 commented 7 years ago

Do you have a download of all the files and dependencies? We don't use a module loader where i work, we use labjs.

Are you using CommonJS and webpack?

mat-ruszczycky commented 7 years ago

You will need a package manager (NPM) to install, in addition, a task runner (Gulp or Grunt) that will run it.

Working on an initial scaffold for hopeful use.

adamjw3 commented 7 years ago

Thanks. I have grunt and i'm going to install https://www.npmjs.com/package/grunt-required to handle the require of the big wheel project, not done it yet so don't know if that works. more than happy to share my grunt file with you when its successful.

Had a few issues (on windows) when doing the npm install of big wheel and the path to git. will document it and pass it over to you guys.