Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Guillaume Vincent 52dd64f0a7 add windows desktop app link in download page il y a 8 ans
assets add how-it-work svg il y a 8 ans
dist build frontend il y a 8 ans
src add windows desktop app link in download page il y a 8 ans
test fix test and linter errors il y a 8 ans
.editorconfig include new application il y a 8 ans
.gitignore commit build files because of memory leak during npm install il y a 8 ans
.travis.yml move travis and gitignore from old repo il y a 8 ans
Dockerfile commit build files because of memory leak during npm install il y a 8 ans
index.html include new application il y a 8 ans
license update readme il y a 8 ans
package.json update lesspass module il y a 8 ans
readme.md update documentation il y a 8 ans
server.js fix tests not running il y a 8 ans
webpack.config.js make webpack more explicit il y a 8 ans

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