Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 7dbc5ef64d Merge pull request #2 from BlueT/patch-1 8 lat temu
assets start using real-favicon for favicons intergration during build 8 lat temu
dist minor fixes 8 lat temu
src fix typo 8 lat temu
test fix test and linter errors 8 lat temu
.editorconfig include new application 8 lat temu
.gitignore commit build files because of memory leak during npm install 8 lat temu
.travis.yml move travis and gitignore from old repo 8 lat temu
Dockerfile commit build files because of memory leak during npm install 8 lat temu
index.html include new application 8 lat temu
license update readme 8 lat temu
package.json update lesspass module 8 lat temu
readme.md update documentation 8 lat temu
server.js fix tests not running 8 lat temu
webpack.config.js include new application 8 lat temu

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