24 lines
764 B
Markdown
24 lines
764 B
Markdown
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
pnpm dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
You can start editing the page by modifying `src/app.vue`. The page auto-updates as you edit the file.
|
|
|
|
## Learn More
|
|
|
|
To learn more about Vue3, take a look at the following resources:
|
|
|
|
- [Vue Official Documentation](https://vuejs.org/guide/) - learn about Vue framework for building web user interfaces.
|
|
|
|
## Deploy on Vercel
|
|
|
|
You can easily deploy your Vue app by using the [Vercel Platform](https://vercel.com/new?utm_source=github.com&utm_medium=referral&utm_campaign=turborepo-readme).
|
|
|
|
Check out our [Vite deployment documentation](https://vercel.com/docs/frameworks/vite) for more details.
|