You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 0615e0f72c add request new token method in auth service 8 jaren geleden
assets update favicons.svg file 8 jaren geleden
src add request new token method in auth service 8 jaren geleden
test add request new token method in auth service 8 jaren geleden
.gitignore merge new version 1.0.0 wip 8 jaren geleden
.travis.yml move travis and gitignore from old repo 8 jaren geleden
Dockerfile commit build files because of memory leak during npm install 8 jaren geleden
ISSUE_TEMPLATE add issue template 8 jaren geleden
index.html extract css to fix error with fontawesome 8 jaren geleden
license update readme 8 jaren geleden
package.json extract css to fix error with fontawesome 8 jaren geleden
readme.md update documentation 8 jaren geleden
server.js fix tests not running 8 jaren geleden
webpack.config.js modify webpack to work with font awesome 8 jaren geleden

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