https://github.com/imhalid/cyangate-book-cover-assignment
https://github.com/imhalid/cyangate-book-cover-assignment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imhalid/cyangate-book-cover-assignment
- Owner: imhalid
- Created: 2024-01-10T08:58:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T19:00:23.000Z (over 2 years ago)
- Last Synced: 2025-08-01T05:37:52.546Z (10 months ago)
- Language: Vue
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Documentation
This project is a Vue.js application developed with Vite. It includes several components and views, and uses Vue Router for navigation and Pinia for state management.
# Fixable Features
When downloading the image, the file size is quite large.
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```