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 d7049f98d3 add space in password generator view 8 lat temu
app add space in password generator view 8 lat temu
design improve new design 8 lat temu
tests make createMasterPassword async 9 lat temu
.gitignore move server into lesspass directory 9 lat temu
.travis.yml add build status into README 9 lat temu
Dockerfile Add Dockerfile 8 lat temu
LICENSE Initial commit 9 lat temu
README.md migrate to webpack 8 lat temu
index.html add vue router for login page 8 lat temu
package.json add vue router for login page 8 lat temu
webpack.config.js clean webpack by removing jquery and bootstrap js 8 lat temu

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