0.5.6 • Published 4 years ago

bonch.dev-quasar-gitlab-ci v0.5.6

Weekly downloads
21
License
ISC
Repository
gitlab
Last release
4 years ago

Bonch.dev Quasar Kubernetes Kluster helper

This packages used to upgrade your project to use it in our (bonch.dev) Kluster

You need to update your quasar.conf.js in {build} block

    ...
    distDir: process.env.BUILDER ? "./dist" : `dist/${ctx.modeName}`,
    devtool: ctx.debug ? 'source-map' : '',
    env: ctx.prod ? {
      DEVTOOLS: ctx.debug || null
    } : { },
    ...

And in {boot} block:

    ...
    'devtools',
    ...

If you need to work with vanilla Vue:

Just update .gitlab/docker/Dockerfile.review in RUN yarn build

Replace --debug with --mode development

And delete ./src/boot/devtools.js file

Working with branches

BranchType of deployNeed to deploy manual?
masterProductionYes
stagingStagingNo
%any_another_name%ReviewYes
0.5.6

4 years ago

0.5.4

5 years ago

0.5.5

5 years ago

0.5.3

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.4.2

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago