Monday, February 22, 2016

Build mobile apps with Framework7

How to Build Framework7 Project

  1. Cd to project folder
  2. Install npm (http://www.npmjs.com)
    • npm install grunt
  3. Install Grunt (http://www.gruntjs.com)
    • npm install -g grunt-cli
      npm install grunt
  4. Then call grunt compile
  5. Copy the content of /build to htdocs of your webserver

FAQ

1. "You need to have Ruby and Sass installed and in your PATH for this task to work."
  • Install Ruby: http://rubyinstaller.org/downloads/
  • Install Sass (http://sass-lang.com/install)
    • gem install sass 

0 comments:

Post a Comment