Skip to content

joeycooper/vuejs2-hybrid

 
 

Repository files navigation

vuejs2-hybrid

Responsive websites, hybrid mobile Apps and Electron (desktop) apps using same code, with VueJs 2.2 and Quasar Framework

For backend, im using Lumen 5.5 REST API with JWT authentication

Web version, vuejs2-hybrid.setyawan.pro

Android version (cordova wrapper)

for wrapper tutorial please click http://quasar-framework.org/guide/cordova-wrapper.html

APK File have a big filesize because cordova-plugin-crosswalk-webview (around 30mb), will be needed for older version of android

Demo Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

LOGIN INFORMATION

please dont change this two users credential.
u can add new user or modify other users.

superadmin role 
email : [email protected]
pass : 123456

user role
email : [email protected]
pass : 123456

FEATURE


- Hybrid mobile framework
- Login, Logout, Register
- CRUD Example
- HTTP requests with Axios
- Simple User Management system (superadmin, admin, user)


Infos

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.8%
  • JavaScript 25.9%
  • CSS 3.6%
  • HTML 0.7%