Ви не можете вибрати більше 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