25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Guillaume Vincent 3bb1a2667c extract menu from password generator 8 yıl önce
assets update favicons.svg file 8 yıl önce
src extract menu from password generator 8 yıl önce
test add reset password api 8 yıl önce
.gitignore merge new version 1.0.0 wip 8 yıl önce
.travis.yml move travis and gitignore from old repo 8 yıl önce
Dockerfile commit build files because of memory leak during npm install 8 yıl önce
ISSUE_TEMPLATE add issue template 8 yıl önce
index.html extract css to fix error with fontawesome 8 yıl önce
license update readme 8 yıl önce
package.json start using vue-router 8 yıl önce
readme.md update documentation 8 yıl önce
server.js fix tests not running 8 yıl önce
webpack.config.js modify webpack to work with font awesome 8 yıl önce

readme.md

Build Status

LessPass frontend

frontend application for lesspass.com

  • vuejs
  • vue-router
  • vue-i18n
  • ava and xo for tests
  • webpack
  • ES6

Tests

run frontend tests

cd frontend
npm install
npm test

Build

npm run build

see LessPass project