generator-workplus-framework7
v1.0.1
Published
Yeoman generator for using Framework7 with Webpack via Babel
Downloads
6
Maintainers
Readme
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