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 23f342d3f2 refresh token is already in LessPass component hace 8 años
assets update logo hace 8 años
dist put LessPass object in his own component hace 8 años
src refresh token is already in LessPass component 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 download npm module before first npm run dev 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