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 3ccd58f4c0 separate npm install dev and production il y a 8 ans
assets update landing page with new blocks il y a 8 ans
src fix mobile rendering il y a 8 ans
test simplify localStorage mock in tests il y a 8 ans
.editorconfig include new application il y a 8 ans
.gitignore move travis and gitignore from old repo il y a 8 ans
.travis.yml move travis and gitignore from old repo il y a 8 ans
Dockerfile separate npm install dev and production il y a 8 ans
index.html include new application il y a 8 ans
license update readme il y a 8 ans
package.json remove toastr and replace it with notie il y a 8 ans
readme.md update readme il y a 8 ans
server.js fix tests not running il y a 8 ans
webpack.config.js include new application 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