mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-10-28 16:14:58 +00:00
Just testing frontend and backend for creating photo logs
| docs | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.dist | ||
| .eslintrc.json | ||
| .gitignore | ||
| .vueserc | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| jsconfig.json | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.js | ||
| vue.config.js | ||
frontend
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint