Skip to content

Integration of formeo form builder into Mobile app based on Quasar

Notifications You must be signed in to change notification settings

vikramIde/formeo-quasar

Repository files navigation

Formapp

A Ncp project

Table of Contents

System Setup

# If you don't have Android Studio Setup
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
# Download Android Studio from https://developer.android.com/studio/index.html
# Run studio.sh, and finish installing android.

# Finally
$ sudo npm install -g cordova
$ sudo npm install -g quasar-cli

Project Setup

# Clone this project.
$ git clone https://bitbucket.org/nanocorp/formapp  # I personally use SSH, but not everyone has it setup
$ cd formapp

# install dependencies
$ npm install

# build for production with minification
$ quasar build

# Prepare Cordova
$ quasar wrap cordova
$ cd cordova
$ cordova platform add android
$ cordova run

Gallery

1

alt text

2

alt text

3

alt text

4

alt text

5

alt text

6

alt text