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 307bb38b56 remove go method in store il y a 8 ans
assets update favicons.svg file il y a 8 ans
src remove go method in store il y a 8 ans
test add reset password api 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 start using vue-router 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 modify webpack to work with font awesome 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