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.