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 0a9f7f1e85 add how-it-work svg hace 8 años
assets add how-it-work svg hace 8 años
dist minor fixes hace 8 años
src fix typo hace 8 años
test fix test and linter errors hace 8 años
.editorconfig include new application hace 8 años
.gitignore commit build files because of memory leak during npm install 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
index.html include new application hace 8 años
license update readme hace 8 años
package.json update lesspass module 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 include new application 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