選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 0615e0f72c add request new token method in auth service 8年前
assets update favicons.svg file 8年前
src add request new token method in auth service 8年前
test add request new token method in auth service 8年前
.gitignore merge new version 1.0.0 wip 8年前
.travis.yml move travis and gitignore from old repo 8年前
Dockerfile commit build files because of memory leak during npm install 8年前
ISSUE_TEMPLATE add issue template 8年前
index.html extract css to fix error with fontawesome 8年前
license update readme 8年前
package.json extract css to fix error with fontawesome 8年前
readme.md update documentation 8年前
server.js fix tests not running 8年前
webpack.config.js modify webpack to work with font awesome 8年前

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