Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Guillaume Vincent 7dbc5ef64d Merge pull request #2 from BlueT/patch-1 il y a 8 ans
assets start using real-favicon for favicons intergration during build il y a 8 ans
dist minor fixes il y a 8 ans
src fix typo il y a 8 ans
test fix test and linter errors il y a 8 ans
.editorconfig include new application il y a 8 ans
.gitignore commit build files because of memory leak during npm install il y a 8 ans
.travis.yml move travis and gitignore from old repo il y a 8 ans
Dockerfile commit build files because of memory leak during npm install il y a 8 ans
index.html include new application il y a 8 ans
license update readme il y a 8 ans
package.json update lesspass module il y a 8 ans
readme.md update documentation il y a 8 ans
server.js fix tests not running il y a 8 ans
webpack.config.js include new application il y a 8 ans

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