Skip to content
forked from myazarc/pm

Vue.js ve cordova ile yazılmış olan bir Parola saklama ve yönetim programı

Notifications You must be signed in to change notification settings

alexandremsouza1/pm

 
 

Repository files navigation

Pasword Manager (Parola Saklayıcı)

Vue.js ve cordova ile yazılmış olan bir Parola saklama ve yönetim programı

Screenshots

Image of Yaktocat

Kurulum ve Yayına Alma

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# build for production and cordova build.
npm run cordova-build

# build for production and serve the app through the browser - no hot reload.
npm run browser

# add respective platforms
cordova platform add android
cordova platform add ios

# build for production and serve the app on an iOS device
npm run ios

# build for production and serve the app on an android device (won't serve on a virtual device)
npm run android

# build for production and serve the app on an android device (will serve on a virtual device or physical device - prefers virtual)
npm run android-vm

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Vue.js ve cordova ile yazılmış olan bir Parola saklama ve yönetim programı

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.9%
  • JavaScript 1.7%
  • Objective-C 1.4%
  • Java 0.9%
  • CoffeeScript 0.4%
  • Vue 0.3%
  • Other 0.4%