Guillaume Vincent 1feeb3a584 | пре 8 година | |
---|---|---|
assets | пре 8 година | |
src | пре 8 година | |
static | пре 8 година | |
test | пре 8 година | |
.babelrc | пре 8 година | |
.editorconfig | пре 8 година | |
.eslintrc.js | пре 8 година | |
.gitignore | пре 8 година | |
Dockerfile | пре 8 година | |
README.md | пре 8 година | |
index.html | пре 8 година | |
package.json | пре 8 година |
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.