Sen descrición

olinox14 1268a81efc simplify vuetify themes and remove codeblock component hai 1 ano
.yarn e12d09021f add nuxt/mail and implement in contact component hai 1 ano
components 1268a81efc simplify vuetify themes and remove codeblock component hai 1 ano
lang dadc20ea15 various style improvements hai 1 ano
pages 1268a81efc simplify vuetify themes and remove codeblock component hai 1 ano
plugins 1268a81efc simplify vuetify themes and remove codeblock component hai 1 ano
public fc4cb6d3a8 various style improvements hai 1 ano
.dockerignore dbf69ba548 setup nuxt and base components hai 1 ano
.eslintignore dbf69ba548 setup nuxt and base components hai 1 ano
.eslintrc.cjs dbf69ba548 setup nuxt and base components hai 1 ano
.gitignore dbf69ba548 setup nuxt and base components hai 1 ano
.nuxtignore dbf69ba548 setup nuxt and base components hai 1 ano
.prettierrc dbf69ba548 setup nuxt and base components hai 1 ano
.yarnrc.yml 94b9cb3971 various fixes hai 1 ano
Dockerfile dbf69ba548 setup nuxt and base components hai 1 ano
LICENSE dbf69ba548 setup nuxt and base components hai 1 ano
README.md 48f8f8fbe9 Initial commit hai 1 ano
app.vue 1268a81efc simplify vuetify themes and remove codeblock component hai 1 ano
nuxt.config.ts e12d09021f add nuxt/mail and implement in contact component hai 1 ano
package.json e12d09021f add nuxt/mail and implement in contact component hai 1 ano
tsconfig.json dbf69ba548 setup nuxt and base components hai 1 ano
yarn.lock e12d09021f add nuxt/mail and implement in contact component hai 1 ano

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