You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 9f0d8b1d21 remove border radius for all the elements 8 years ago
assets update landing page with new blocks 8 years ago
src remove border radius for all the elements 8 years ago
test simplify localStorage mock in tests 8 years ago
.editorconfig include new application 8 years ago
.gitignore move travis and gitignore from old repo 8 years ago
.travis.yml move travis and gitignore from old repo 8 years ago
Dockerfile revert npm install dev and production separate 8 years ago
index.html include new application 8 years ago
license update readme 8 years ago
package.json clean package.json file 8 years ago
readme.md update documentation 8 years ago
server.js fix tests not running 8 years ago
webpack.config.js include new application 8 years ago

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