No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Guillaume Vincent c37c3e7576 fix #19 credentials are not reset after some time hace 8 años
assets update favicons.svg file hace 8 años
src fix #19 credentials are not reset after some time hace 8 años
test modify api to match backend hace 8 años
.gitignore merge new version 1.0.0 wip hace 8 años
.travis.yml move travis and gitignore from old repo hace 8 años
Dockerfile commit build files because of memory leak during npm install hace 8 años
ISSUE_TEMPLATE add issue template hace 8 años
index.html extract css to fix error with fontawesome hace 8 años
license update readme hace 8 años
package.json improve store with vuex hace 8 años
readme.md update documentation hace 8 años
server.js fix tests not running hace 8 años
webpack.config.js improve webpack config hace 8 años

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