Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 0a9f7f1e85 add how-it-work svg 8 лет назад
assets add how-it-work svg 8 лет назад
dist minor fixes 8 лет назад
src fix typo 8 лет назад
test fix test and linter errors 8 лет назад
.editorconfig include new application 8 лет назад
.gitignore commit build files because of memory leak during npm install 8 лет назад
.travis.yml move travis and gitignore from old repo 8 лет назад
Dockerfile commit build files because of memory leak during npm install 8 лет назад
index.html include new application 8 лет назад
license update readme 8 лет назад
package.json update lesspass module 8 лет назад
readme.md update documentation 8 лет назад
server.js fix tests not running 8 лет назад
webpack.config.js include new application 8 лет назад

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