Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Guillaume Vincent 0615e0f72c add request new token method in auth service 8 anni fa
assets update favicons.svg file 8 anni fa
src add request new token method in auth service 8 anni fa
test add request new token method in auth service 8 anni fa
.gitignore merge new version 1.0.0 wip 8 anni fa
.travis.yml move travis and gitignore from old repo 8 anni fa
Dockerfile commit build files because of memory leak during npm install 8 anni fa
ISSUE_TEMPLATE add issue template 8 anni fa
index.html extract css to fix error with fontawesome 8 anni fa
license update readme 8 anni fa
package.json extract css to fix error with fontawesome 8 anni fa
readme.md update documentation 8 anni fa
server.js fix tests not running 8 anni fa
webpack.config.js modify webpack to work with font awesome 8 anni fa

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