https://github.com/antoniandre/copilot-demo
A workshop topic to practice frontend with nice UI with my dev team.
https://github.com/antoniandre/copilot-demo
Last synced: 6 months ago
JSON representation
A workshop topic to practice frontend with nice UI with my dev team.
- Host: GitHub
- URL: https://github.com/antoniandre/copilot-demo
- Owner: antoniandre
- Created: 2024-09-06T09:23:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:18:22.000Z (almost 2 years ago)
- Last Synced: 2026-02-02T10:10:01.788Z (6 months ago)
- Language: SCSS
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copilot-demo
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://vitejs.dev/config/).
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev
```
### Compile and Minify for Production
```sh
pnpm build
```