Just testing frontend and backend for creating photo logs
Go to file
2022-10-31 12:50:17 +01:00
docs first commit 2022-01-05 15:34:16 +01:00
public move from webpack to vite 2022-06-17 10:45:51 +02:00
src add .env file and move api urls to .env 2022-10-31 11:54:18 +01:00
.dockerignore create docker files 2022-10-30 13:04:57 +01:00
.env.dist add .env file and move api urls to .env 2022-10-31 11:54:18 +01:00
.eslintrc.json move from webpack to vite 2022-06-17 10:45:51 +02:00
.gitignore add .env file and move api urls to .env 2022-10-31 11:54:18 +01:00
.vueserc added vueserc config 2022-01-06 19:01:06 +01:00
docker-compose.yml create docker files 2022-10-30 13:04:57 +01:00
Dockerfile fix nginx routing 2022-10-31 12:50:17 +01:00
index.html move from webpack to vite 2022-06-17 10:45:51 +02:00
jsconfig.json fix linting errors 2022-01-11 21:51:29 +01:00
nginx.conf fix nginx routing 2022-10-31 12:50:17 +01:00
package-lock.json update all dependencies 2022-10-27 13:12:10 +02:00
package.json update all dependencies 2022-10-27 13:12:10 +02:00
postcss.config.js add todays date when creating a new photo group in capture 2022-01-25 13:58:41 +01:00
README.md setup new project using vue cli 2022-01-07 20:17:30 +01:00
tailwind.config.js add photo tags and template management 2022-06-16 14:12:45 +02:00
vite.config.js configure vite 2022-06-17 12:39:30 +02:00
vue.config.js add i18n 2022-05-01 13:42:55 +02:00

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

Customize configuration

See Configuration Reference.