Just testing frontend and backend for creating photo logs
Go to file
2022-01-22 18:39:08 +01:00
docs first commit 2022-01-05 15:34:16 +01:00
public add photo picker 2022-01-16 20:52:54 +01:00
src implement photo cropping - simple bbox 2022-01-22 18:39:08 +01:00
.eslintrc.json implement base vue files 2022-01-12 16:38:39 +01: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
babel.config.js add api client and implement simple log list 2022-01-14 19:05:33 +01:00
jsconfig.json fix linting errors 2022-01-11 21:51:29 +01:00
package-lock.json add delete, edit ocr and simple cropper to manage photos 2022-01-22 14:20:45 +01:00
package.json add delete, edit ocr and simple cropper to manage photos 2022-01-22 14:20:45 +01:00
README.md setup new project using vue cli 2022-01-07 20:17:30 +01:00
vue.config.js add api client and implement simple log list 2022-01-14 19:05:33 +01: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.