Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Guillaume Vincent d36c2ea4cd add register reset password page to vue-router 8 år sedan
assets update favicons.svg file 8 år sedan
src add register reset password page to vue-router 8 år sedan
test add reset password api 8 år sedan
.gitignore merge new version 1.0.0 wip 8 år sedan
.travis.yml move travis and gitignore from old repo 8 år sedan
Dockerfile commit build files because of memory leak during npm install 8 år sedan
ISSUE_TEMPLATE add issue template 8 år sedan
index.html extract css to fix error with fontawesome 8 år sedan
license update readme 8 år sedan
package.json start using vue-router 8 år sedan
readme.md update documentation 8 år sedan
server.js fix tests not running 8 år sedan
webpack.config.js modify webpack to work with font awesome 8 år sedan

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