|
пре 8 месеци | |
---|---|---|
.vscode | пре 2 година | |
build | пре 2 година | |
config | пре 8 месеци | |
dockerize.d | пре 2 година | |
mock | пре 2 година | |
src | пре 8 месеци | |
static | пре 2 година | |
test | пре 2 година | |
.babelrc | пре 2 година | |
.editorconfig | пре 2 година | |
.eslintignore | пре 2 година | |
.eslintrc.js | пре 2 година | |
.gitignore | пре 2 година | |
.postcssrc.js | пре 2 година | |
.project | пре 2 година | |
README.md | пре 2 година | |
favicon.ico | пре 2 година | |
index.html | пре 2 година | |
package-lock.json | пре 2 година | |
package.json | пре 2 година | |
sh.exe.stackdump | пре 2 година |
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.