https://github.com/shz-code/cse-automation
https://github.com/shz-code/cse-automation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shz-code/cse-automation
- Owner: shz-code
- Created: 2023-07-28T14:33:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:52:32.000Z (12 months ago)
- Last Synced: 2025-01-21T07:07:37.096Z (3 months ago)
- Language: Vue
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE Automation (cse-automation) v0.1 (Added all requests page, new request page, login page, initial setup)
A complete solution for CSE Department of IUBAT
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration