1.0.1 • Published 9 years ago

generator-workplus-framework7 v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

generator-workplus-Framework7

     _-----_     
    |       |    ╭──────────────────────────╮
    |--(o)--|    │  Welcome to the WorkPlus │
   `---------´   │   Framework7 generator!  │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |     
   __'.___.'__   
 ´   `  |° ´ Y ` 

Yeoman generator for Framework7 - lets you quickly set up a project and Webpack module system.

Installation

# Make sure both is installed globally
npm install -g yo
npm install -g generator-workplus-framework7

Setting up projects

# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project

# Run the generator
yo workplus-framework7

Generating new pages

yo workplus-framework7:page newPageName

Test

run test