full-stack-template
full-stack-template copied to clipboard
Vue client
Implement vue client in alternatives/client-vue
.
Requirements:
Copy these from server-template/client
and modify if required:
- [ ]
Dockerfile
: Dockerfile for local development - [ ]
Dockerfile.build
: Dockerfile for building docker images for server environments. It should contain a build stage that is namedbuilder
. - [ ]
test-suites
: List of api/e2e test suites. - [ ]
test.sh
: Shell script that runs a test suite or a single test based on given parameters. - [ ]
cypress.json
andtest/
: working cypress test example. - [ ]
README.md
: Instructions on how to initialize new vue project with vue-cli.
Optional example implementation:
- [ ] Working
blog
example as implemented in server-template/client. - [ ] Sentry integration: See logger.utils.js as an example.