Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Guillaume Vincent 8d759cfcb8 include vuejs and move to dark template pirms 9 gadiem
app include vuejs and move to dark template pirms 9 gadiem
server move server files into server folder pirms 9 gadiem
static include vuejs and move to dark template pirms 9 gadiem
tests use default import in lesspass module pirms 9 gadiem
.gitignore move server into lesspass directory pirms 9 gadiem
.travis.yml add build status into README pirms 9 gadiem
LICENSE Initial commit pirms 9 gadiem
README.md display help in bootstrap help block pirms 9 gadiem
package.json include vuejs and move to dark template pirms 9 gadiem

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

install dependencies

npm install

start application

npm start

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

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:production