Não pode escolher mais do que 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 ccbe4c14b8 build frontend há 8 anos
assets update logo há 8 anos
dist build frontend há 8 anos
src improve rendering when images cant be loaded há 8 anos
test modify api to match backend há 8 anos
.gitignore merge new version 1.0.0 wip há 8 anos
.travis.yml move travis and gitignore from old repo há 8 anos
Dockerfile commit build files because of memory leak during npm install há 8 anos
ISSUE_TEMPLATE add issue template há 8 anos
index.html extract css to fix error with fontawesome há 8 anos
license update readme há 8 anos
package.json download npm module before first npm run dev há 8 anos
readme.md update documentation há 8 anos
server.js fix tests not running há 8 anos
webpack.config.js improve webpack config há 8 anos

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