Không có mô tả

olinox14 86c92fd281 update contents 11 tháng trước cách đây
components 86c92fd281 update contents 11 tháng trước cách đây
lang 86c92fd281 update contents 11 tháng trước cách đây
pages af2f58e572 make id card responsive 1 năm trước cách đây
plugins eca1b41c1e add a plugin for altcha import 1 năm trước cách đây
public 75fbb6392d add captcha verification, remove static files, various fixes 1 năm trước cách đây
stores 75fbb6392d add captcha verification, remove static files, various fixes 1 năm trước cách đây
.dockerignore dbf69ba548 setup nuxt and base components 1 năm trước cách đây
.eslintignore dbf69ba548 setup nuxt and base components 1 năm trước cách đây
.eslintrc.cjs dbf69ba548 setup nuxt and base components 1 năm trước cách đây
.gitignore 2fe34c25a6 remove .yarn from git index 1 năm trước cách đây
.nuxtignore dbf69ba548 setup nuxt and base components 1 năm trước cách đây
.prettierrc dbf69ba548 setup nuxt and base components 1 năm trước cách đây
.yarnrc.yml 94b9cb3971 various fixes 1 năm trước cách đây
Dockerfile 5c754d788e upgrade node to 22.3 1 năm trước cách đây
LICENSE dbf69ba548 setup nuxt and base components 1 năm trước cách đây
README.md ad8a69afaf add altcha and contact request api call 1 năm trước cách đây
app.vue 1268a81efc simplify vuetify themes and remove codeblock component 1 năm trước cách đây
nuxt.config.ts 30406ff078 minor fixes 1 năm trước cách đây
package.json 596ff51d68 upgrade vuetify to 3.7 1 năm trước cách đây
tsconfig.json dbf69ba548 setup nuxt and base components 1 năm trước cách đây
yarn.lock 596ff51d68 upgrade vuetify to 3.7 1 năm trước cách đây

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 --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