Guillaume Vincent e0aa035691 | před 7 roky | |
---|---|---|
build | před 7 roky | |
config | před 7 roky | |
docs | před 7 roky | |
src | před 7 roky | |
static | před 7 roky | |
test/unit | před 7 roky | |
.babelrc | před 7 roky | |
.editorconfig | před 7 roky | |
.gitignore | před 7 roky | |
.postcssrc.js | před 7 roky | |
LICENSE | před 7 roky | |
README.md | před 7 roky | |
index.html | před 7 roky | |
package.json | před 7 roky | |
test.js | před 7 roky |
password migration tool
# 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 all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.