39 lines
979 B
Markdown
39 lines
979 B
Markdown
# Hutopia
|
|
|
|
## To Do Link :
|
|
https://docs.google.com/document/d/1xY9KtOGBx80ICbwUJWReO4ZEOIvw_D4quMcRzZ-nMWo/edit?usp=sharing
|
|
|
|
Hutopia frontEnd. Using vue3 and vuetify3.
|
|
|
|
## System Setup
|
|
|
|
Local frontend runtime configuration lives in `.env.development` for development and `.env.production` for production. Update those files when changing API endpoints or OAuth client ids.
|
|
|
|
The dev server runs over HTTP on `http://localhost:5173`.
|
|
|
|
## Recommended IDE Setup
|
|
|
|
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
|
|
## 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
|
|
```
|