Lightweight task manager application.
npm install
npm run serve
npm run build
npm run lint
For creating new component use vue-generate-component
Note: component will be created in current folder
Branch name for production releases: master
Branch name for "next release" development: develop
How to name your supporting branch prefixes?
Feature branches: feature
Bugfix branches: bugfix
Release branches:release
Hotfix branches: hotfix
Support branches: support
Version tag prefix: v
Hooks and filters directory: ./.git/hooks
First of all you have to create .env file
cp example.env .env
VITE_API_BASE_URL
- API base URL
# Example:
VITE_API_BASE_URL=http://taskmanager.localhost/api/