page-app
v0.0.31
Published
Builder for rich single-page js apps (frontend)
Downloads
24
Readme
page-app
Builder for rich single-page js apps (frontend)
Docs
Getting started
Installation
npm install -g page-app
Local installation
npm install page-app
To use page-app with local installation you should add ./node_modules/.bin
folder to your $PATH
, or just use Page-app as ./node_modules/.bin/page-app
.
Create sample app
mkdir myNewApp
cd myNewApp
page-app
Page-app will create apps
and modules
folders and config.json
file.
Building your project
page-app
Yep, just like that.
Use different config file
page-app build config=config.yar.json
Building project from node.js code
Look for wiki page