Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent 0615e0f72c add request new token method in auth service před 8 roky
assets update favicons.svg file před 8 roky
src add request new token method in auth service před 8 roky
test add request new token method in auth service před 8 roky
.gitignore merge new version 1.0.0 wip před 8 roky
.travis.yml move travis and gitignore from old repo před 8 roky
Dockerfile commit build files because of memory leak during npm install před 8 roky
ISSUE_TEMPLATE add issue template před 8 roky
index.html extract css to fix error with fontawesome před 8 roky
license update readme před 8 roky
package.json extract css to fix error with fontawesome před 8 roky
readme.md update documentation před 8 roky
server.js fix tests not running před 8 roky
webpack.config.js modify webpack to work with font awesome před 8 roky

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