https://github.com/shinjitsue/cropcare
Designed to assist in identifying crop diseases through image analysis and providing relevant care guides.
https://github.com/shinjitsue/cropcare
vue3 vuetify3
Last synced: 3 months ago
JSON representation
Designed to assist in identifying crop diseases through image analysis and providing relevant care guides.
- Host: GitHub
- URL: https://github.com/shinjitsue/cropcare
- Owner: shinjitsue
- Created: 2024-10-19T02:55:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T01:00:12.000Z (6 months ago)
- Last Synced: 2024-12-05T02:18:11.098Z (6 months ago)
- Topics: vue3, vuetify3
- Language: Vue
- Homepage: https://cropcareph.vercel.app
- Size: 12.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CropCare
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).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```