# 创建前端应用 [TOC] ## 初始化 Vuetify > 如果你觉得太麻烦,可以直接下载本项目 https://github.com/AGDholo/vuetify-starter 进行安装。 请参考 [安装 Vuetify.js](https://heroui.net/docs/development-guide/js/vue/vuetify) ## 启动应用 在终端中键入: ```powershell title="PowerShell # 如果你使用的是 npm npm run serve # 如果你使用的是 yarn yarn serve ``` 接着访问如下地址即可:http://localhost:8080/