https://github.com/vinniko/ltask-frontend
:heavy_check_mark: LTask Frontend (Vue 3 JS framework tasker view)
https://github.com/vinniko/ltask-frontend
api-client basic-authentication frontend js vue3
Last synced: over 1 year ago
JSON representation
:heavy_check_mark: LTask Frontend (Vue 3 JS framework tasker view)
- Host: GitHub
- URL: https://github.com/vinniko/ltask-frontend
- Owner: Vinniko
- Created: 2023-11-14T13:15:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T20:50:11.000Z (over 2 years ago)
- Last Synced: 2025-01-22T08:43:40.066Z (over 1 year ago)
- Topics: api-client, basic-authentication, frontend, js, vue3
- Language: Vue
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LTask Frontend (Vue 3 JS framework tasker view)
## Installation
Run npm install
```bash
npm install
```
Start local server
```bash
npm run dev
OR
vue-cli-service serve
```