Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Guillaume Vincent 3ccd58f4c0 separate npm install dev and production 8 anni fa
assets update landing page with new blocks 8 anni fa
src fix mobile rendering 8 anni fa
test simplify localStorage mock in tests 8 anni fa
.editorconfig include new application 8 anni fa
.gitignore move travis and gitignore from old repo 8 anni fa
.travis.yml move travis and gitignore from old repo 8 anni fa
Dockerfile separate npm install dev and production 8 anni fa
index.html include new application 8 anni fa
license update readme 8 anni fa
package.json remove toastr and replace it with notie 8 anni fa
readme.md update readme 8 anni fa
server.js fix tests not running 8 anni fa
webpack.config.js include new application 8 anni fa

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