|
hace 2 años | |
---|---|---|
.vscode | hace 2 años | |
build | hace 2 años | |
config | hace 2 años | |
dockerize.d | hace 2 años | |
mock | hace 2 años | |
src | hace 2 años | |
static | hace 2 años | |
test | hace 2 años | |
.babelrc | hace 2 años | |
.editorconfig | hace 2 años | |
.eslintignore | hace 2 años | |
.eslintrc.js | hace 2 años | |
.gitignore | hace 2 años | |
.postcssrc.js | hace 2 años | |
.project | hace 2 años | |
README.md | hace 2 años | |
favicon.ico | hace 2 años | |
index.html | hace 2 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
sh.exe.stackdump | hace 2 años |
web backend template
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# 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.