選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent c37c3e7576 fix #19 credentials are not reset after some time 8年前
assets update favicons.svg file 8年前
src fix #19 credentials are not reset after some time 8年前
test modify api to match backend 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 improve store with vuex 8年前
readme.md update documentation 8年前
server.js fix tests not running 8年前
webpack.config.js improve webpack config 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