Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 7dbc5ef64d Merge pull request #2 from BlueT/patch-1 8 anos atrás
assets start using real-favicon for favicons intergration during build 8 anos atrás
dist minor fixes 8 anos atrás
src fix typo 8 anos atrás
test fix test and linter errors 8 anos atrás
.editorconfig include new application 8 anos atrás
.gitignore commit build files because of memory leak during npm install 8 anos atrás
.travis.yml move travis and gitignore from old repo 8 anos atrás
Dockerfile commit build files because of memory leak during npm install 8 anos atrás
index.html include new application 8 anos atrás
license update readme 8 anos atrás
package.json update lesspass module 8 anos atrás
readme.md update documentation 8 anos atrás
server.js fix tests not running 8 anos atrás
webpack.config.js include new application 8 anos atrás

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