https://github.com/datumbrain/tasker-ui
Tasker UI
https://github.com/datumbrain/tasker-ui
Last synced: 4 months ago
JSON representation
Tasker UI
- Host: GitHub
- URL: https://github.com/datumbrain/tasker-ui
- Owner: datumbrain
- Created: 2024-09-27T09:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T10:01:14.000Z (over 1 year ago)
- Last Synced: 2025-08-31T16:04:17.073Z (10 months ago)
- Language: Vue
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tasker-ui
[](https://github.com/naumanzchaudhry/tasker-ui/actions/workflows/ci.yml)
This is the UI for a sample app created for [TDD in Legacy Code Transformation](https://github.com/naumanzchaudhry/tdd-in-legacy-codebase) journey
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
### Setup environment variables
Copy `.env.sample` to `.env` and update the values (if required)
### Prerequisites for Running Locally
- **Nodejs**: Ensure you have Nodejs version 18 or newer installed
### Install dependencies
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```
### Run Integration Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:integration
```
### Run Component Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:component
```
### Run Contract Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:contract
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```
### Format with [](https://github.com/prettier/prettier)
```sh
npm run format
```
## Contributors
| Name | Role |
| ------------- | ----------------- |
| Nauman Zafar | Frontend Engineer |
| Muaviya Imran | Frontend Engineer |