Guillaume Vincent 1feeb3a584 | vor 8 Jahren | |
---|---|---|
assets | vor 8 Jahren | |
src | vor 8 Jahren | |
static | vor 8 Jahren | |
test | vor 8 Jahren | |
.babelrc | vor 8 Jahren | |
.editorconfig | vor 8 Jahren | |
.eslintrc.js | vor 8 Jahren | |
.gitignore | vor 8 Jahren | |
Dockerfile | vor 8 Jahren | |
README.md | vor 8 Jahren | |
index.html | vor 8 Jahren | |
package.json | vor 8 Jahren |
open source password manager
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.