|
|
пре 3 месеци | |
|---|---|---|
| components | пре 4 месеци | |
| i18n | пре 3 месеци | |
| pages | пре 3 месеци | |
| plugins | пре 5 месеци | |
| public | пре 5 месеци | |
| stores | пре 5 месеци | |
| .dockerignore | пре 5 месеци | |
| .eslintignore | пре 5 месеци | |
| .eslintrc.cjs | пре 5 месеци | |
| .gitignore | пре 5 месеци | |
| .nuxtignore | пре 5 месеци | |
| .prettierrc | пре 5 месеци | |
| .yarnrc.yml | пре 5 месеци | |
| Dockerfile | пре 5 месеци | |
| LICENSE | пре 5 месеци | |
| README.md | пре 5 месеци | |
| app.vue | пре 4 месеци | |
| description.txt | пре 5 месеци | |
| inventaire.txt | пре 5 месеци | |
| nuxt.config.ts | пре 5 месеци | |
| package.json | пре 5 месеци | |
| tsconfig.json | пре 5 месеци | |
| yarn.lock | пре 5 месеци |
Build your docker container :
docker build -t sauvagerie .
Run it (name can be changed):
# On Linux
docker run -v "$(pwd)":/sauvagerie -p 3000:3000 --name sauvagerie sauvagerie
# On Windows
docker run -d -v "${PWD}:/sauvagerie" -p 3000:3000 --name sauvagerie sauvagerie
Execute it and install dependencies :
docker exec -it sauvagerie bash
The project will be accessible locally at : http://localhost:3000/
If you've already built your container, start it and run with :
docker start sauvagerie
docker exec -it sauvagerie bash
yarn dev
To generate :
docker exec -it sauvagerie bash
yarn generate