Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1013 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1013 Bytes

goals-vue

Vue-Frontend for lifetrackerbuddy.com, - an application to manage OKRs. It is an advanced task manager with main focus on the goal, goal achievement and it's current progress. It should answer the question: "How far am I away from achieving my goals?"

ltb-all-devices-black

Fastify-Backend

See Fastify-Backend for lifetrackerbuddy.com

Production

git clone -b gh-pages https://github.com/konskarz/goals-vue.git vue

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint