您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Guillaume Vincent 2adfa500d1 start using vue-router 8 年前
assets update favicons.svg file 8 年前
src start using vue-router 8 年前
test add reset password api 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 start using vue-router 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