Нет описания

olinox14 9ccc3f7f46 various style improvements 1 год назад
.yarn 6fd53b2417 add cursus and contact sections 1 год назад
components 9ccc3f7f46 various style improvements 1 год назад
lang 9ccc3f7f46 various style improvements 1 год назад
pages 9ccc3f7f46 various style improvements 1 год назад
plugins b1ac2735a1 add matomo, vuetify, basic topbar 1 год назад
public 9ccc3f7f46 various style improvements 1 год назад
.dockerignore dbf69ba548 setup nuxt and base components 1 год назад
.eslintignore dbf69ba548 setup nuxt and base components 1 год назад
.eslintrc.cjs dbf69ba548 setup nuxt and base components 1 год назад
.gitignore dbf69ba548 setup nuxt and base components 1 год назад
.nuxtignore dbf69ba548 setup nuxt and base components 1 год назад
.prettierrc dbf69ba548 setup nuxt and base components 1 год назад
.yarnrc.yml 94b9cb3971 various fixes 1 год назад
Dockerfile dbf69ba548 setup nuxt and base components 1 год назад
LICENSE dbf69ba548 setup nuxt and base components 1 год назад
README.md 48f8f8fbe9 Initial commit 1 год назад
app.vue 9ccc3f7f46 various style improvements 1 год назад
nuxt.config.ts 2cb5f66d1d setup font, complete i18n, improve badges 1 год назад
package.json 2cb5f66d1d setup font, complete i18n, improve badges 1 год назад
tsconfig.json dbf69ba548 setup nuxt and base components 1 год назад
yarn.lock 2cb5f66d1d setup font, complete i18n, improve badges 1 год назад

README.md

CV

Build

Build your docker container :

docker build -t cv2 .

Run it (name can be changed):

# On Linux
docker run -v "$(pwd)":/cv2 -p 3000:3000 --name cv2 cv2

# On Windows
docker run -d -v "%cd%:/cv2" -p 3000:3000 -p 4000:4000 --name cv2 cv2

Execute it and install dependencies :

docker exec -it cv2 bash

The project will be accessible locally at : http://localhost:3000/

Run on a built container

If you've already built your container, start it and run with :

docker start cv2
docker exec -it cv2 bash
yarn dev

To generate :

docker exec -it cv2 bash
yarn generate