25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 23f342d3f2 refresh token is already in LessPass component 8 년 전
assets update logo 8 년 전
dist put LessPass object in his own component 8 년 전
src refresh token is already in LessPass component 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 download npm module before first npm run dev 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