You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 7dbc5ef64d Merge pull request #2 from BlueT/patch-1 8 年之前
assets start using real-favicon for favicons intergration during build 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