選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 52dd64f0a7 add windows desktop app link in download page 8年前
assets add how-it-work svg 8年前
dist build frontend 8年前
src add windows desktop app link in download page 8年前
test fix test and linter errors 8年前
.editorconfig include new application 8年前
.gitignore commit build files because of memory leak during npm install 8年前
.travis.yml move travis and gitignore from old repo 8年前
Dockerfile commit build files because of memory leak during npm install 8年前
index.html include new application 8年前
license update readme 8年前
package.json update lesspass module 8年前
readme.md update documentation 8年前
server.js fix tests not running 8年前
webpack.config.js make webpack more explicit 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