Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 71d38a71fe improve frontend docker 8 лет назад
app improve frontend docker 8 лет назад
design improve new design 8 лет назад
tests make createMasterPassword async 9 лет назад
.gitignore move server into lesspass directory 9 лет назад
.travis.yml add build status into README 9 лет назад
Dockerfile improve frontend docker 8 лет назад
LICENSE Initial commit 9 лет назад
README.md migrate to webpack 9 лет назад
index.html add vue router for login page 8 лет назад
package.json improve frontend docker 8 лет назад
webpack.config.js clean webpack by removing jquery and bootstrap js 8 лет назад

README.md

Build Status

lesspass

lesspass is like keepass without the need to persist passwords

requirements

  • node v4.2.x LTS

try lesspass

clone application:

git clone https://github.com/guillaumevincent/lesspass.git

move inside lesspass folder

cd lesspass

start application

npm start

open the application in a browser: http://localhost:8080

run tests

install dependencies

npm install

run tests

npm run test

run test in watch mode

npm run test:watch

build for production

npm run build