Just testing frontend and backend for creating photo logs
Go to file
2022-10-19 13:57:42 +02: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 login and token refresh 2022-10-19 13:57:42 +02:00
.eslintrc.json move from webpack to vite 2022-06-17 10:45:51 +02:00
.gitignore setup new project using vue cli 2022-01-07 20:17:30 +01:00
.vueserc added vueserc config 2022-01-06 19:01:06 +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
package-lock.json add login and token refresh 2022-10-19 13:57:42 +02:00
package.json add login and token refresh 2022-10-19 13:57:42 +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.