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.