Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 332a4d535c add delete button in passwords page 8 лет назад
assets update favicons.svg file 8 лет назад
src add delete button in passwords page 8 лет назад
test add reset password confirm method in api 8 лет назад
.gitignore merge new version 1.0.0 wip 8 лет назад
.travis.yml move travis and gitignore from old repo 8 лет назад
Dockerfile commit build files because of memory leak during npm install 8 лет назад
ISSUE_TEMPLATE add issue template 8 лет назад
index.html extract css to fix error with fontawesome 8 лет назад
license update readme 8 лет назад
package.json add delete button in passwords page 8 лет назад
readme.md update documentation 8 лет назад
server.js fix tests not running 8 лет назад
webpack.config.js add delete button in passwords page 8 лет назад

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