Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 3bb1a2667c extract menu from password generator 8 lat temu
assets update favicons.svg file 8 lat temu
src extract menu from password generator 8 lat temu
test add reset password api 8 lat temu
.gitignore merge new version 1.0.0 wip 8 lat temu
.travis.yml move travis and gitignore from old repo 8 lat temu
Dockerfile commit build files because of memory leak during npm install 8 lat temu
ISSUE_TEMPLATE add issue template 8 lat temu
index.html extract css to fix error with fontawesome 8 lat temu
license update readme 8 lat temu
package.json start using vue-router 8 lat temu
readme.md update documentation 8 lat temu
server.js fix tests not running 8 lat temu
webpack.config.js modify webpack to work with font awesome 8 lat temu

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