A Vue.js project
cd app
# install dependencies
npm install
# generate index.html
gulp build:index --app_key={{yourappkey}}
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For more information see the docs for vueify.