您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Guillaume Vincent e13d422ea7 add translations 8 年前
assets add how-it-work svg 8 年前
dist add translations 8 年前
src add translations 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