Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Guillaume Vincent 7dbc5ef64d Merge pull request #2 from BlueT/patch-1 vor 8 Jahren
assets start using real-favicon for favicons intergration during build vor 8 Jahren
dist minor fixes vor 8 Jahren
src fix typo vor 8 Jahren
test fix test and linter errors vor 8 Jahren
.editorconfig include new application vor 8 Jahren
.gitignore commit build files because of memory leak during npm install vor 8 Jahren
.travis.yml move travis and gitignore from old repo vor 8 Jahren
Dockerfile commit build files because of memory leak during npm install vor 8 Jahren
index.html include new application vor 8 Jahren
license update readme vor 8 Jahren
package.json update lesspass module vor 8 Jahren
readme.md update documentation vor 8 Jahren
server.js fix tests not running vor 8 Jahren
webpack.config.js include new application vor 8 Jahren

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