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 23f342d3f2 refresh token is already in LessPass component il y a 8 ans
assets update logo il y a 8 ans
dist put LessPass object in his own component il y a 8 ans
src refresh token is already in LessPass component il y a 8 ans
test modify api to match backend il y a 8 ans
.gitignore merge new version 1.0.0 wip 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
ISSUE_TEMPLATE add issue template il y a 8 ans
index.html extract css to fix error with fontawesome il y a 8 ans
license update readme il y a 8 ans
package.json download npm module before first npm run dev 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 improve webpack config 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