https://github.com/ismaail/agitask-vue-app
https://github.com/ismaail/agitask-vue-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaail/agitask-vue-app
- Owner: ismaail
- Created: 2022-11-20T00:12:38.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-20T00:13:17.000Z (over 3 years ago)
- Last Synced: 2025-03-22T18:44:32.236Z (over 1 year ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AGI Tasks
This template should help get you started developing with Vue 3 in Vite.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.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
```