Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 9f0d8b1d21 remove border radius for all the elements 8 лет назад
assets update landing page with new blocks 8 лет назад
src remove border radius for all the elements 8 лет назад
test simplify localStorage mock in tests 8 лет назад
.editorconfig include new application 8 лет назад
.gitignore move travis and gitignore from old repo 8 лет назад
.travis.yml move travis and gitignore from old repo 8 лет назад
Dockerfile revert npm install dev and production separate 8 лет назад
index.html include new application 8 лет назад
license update readme 8 лет назад
package.json clean package.json file 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