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 0a9f7f1e85 add how-it-work svg 8 anni fa
assets add how-it-work svg 8 anni fa
dist minor fixes 8 anni fa
src fix typo 8 anni fa
test fix test and linter errors 8 anni fa
.editorconfig include new application 8 anni fa
.gitignore commit build files because of memory leak during npm install 8 anni fa
.travis.yml move travis and gitignore from old repo 8 anni fa
Dockerfile commit build files because of memory leak during npm install 8 anni fa
index.html include new application 8 anni fa
license update readme 8 anni fa
package.json update lesspass module 8 anni fa
readme.md update documentation 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