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 9f0d8b1d21 remove border radius for all the elements 8 anos atrás
assets update landing page with new blocks 8 anos atrás
src remove border radius for all the elements 8 anos atrás
test simplify localStorage mock in tests 8 anos atrás
.editorconfig include new application 8 anos atrás
.gitignore move travis and gitignore from old repo 8 anos atrás
.travis.yml move travis and gitignore from old repo 8 anos atrás
Dockerfile revert npm install dev and production separate 8 anos atrás
index.html include new application 8 anos atrás
license update readme 8 anos atrás
package.json clean package.json file 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