|
2 gadi atpakaļ | |
---|---|---|
.vscode | 2 gadi atpakaļ | |
build | 2 gadi atpakaļ | |
config | 2 gadi atpakaļ | |
dockerize.d | 2 gadi atpakaļ | |
mock | 2 gadi atpakaļ | |
src | 2 gadi atpakaļ | |
static | 2 gadi atpakaļ | |
test | 2 gadi atpakaļ | |
.babelrc | 2 gadi atpakaļ | |
.editorconfig | 2 gadi atpakaļ | |
.eslintignore | 2 gadi atpakaļ | |
.eslintrc.js | 2 gadi atpakaļ | |
.gitignore | 2 gadi atpakaļ | |
.postcssrc.js | 2 gadi atpakaļ | |
.project | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
favicon.ico | 2 gadi atpakaļ | |
index.html | 2 gadi atpakaļ | |
package-lock.json | 2 gadi atpakaļ | |
package.json | 2 gadi atpakaļ | |
sh.exe.stackdump | 2 gadi atpakaļ |
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.