Skip to content

Commit ea2fe56

Browse files
anthonychucraigshoemakerthomasgauvin
authored
Apply suggestions from code review
Co-authored-by: Craig Shoemaker <[email protected]> Co-authored-by: Thomas Gauvin <[email protected]>
1 parent c173560 commit ea2fe56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/static-web-apps/deploy-nuxtjs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ In this tutorial, you learn to deploy a [Nuxt 3](https://v3.nuxtjs.org/) applica
2222

2323
## Set up a Nuxt 3 app
2424

25-
You can set up a new Nuxt project using `npx nuxi init nuxt-app`. Instead of a new project, in this tutorial, you will begin by cloning an existing repository. This repository is set up to demonstrate how to deploy a Nuxt 3 site with universal rendering on Azure Static Web Apps.
25+
You can set up a new Nuxt project using `npx nuxi init nuxt-app`. Instead of using a new project, this tutorial uses an existing repository set up to demonstrate how to deploy a Nuxt 3 site with universal rendering on Azure Static Web Apps.
2626

27-
1. Create a new repository under your GitHub account from a template repository.
2827
1. Navigate to [http://github.com/staticwebdev/nuxt-3-starter/generate](https://github.com/login?return_to=/staticwebdev/nuxt-3-starter/generate).
2928
1. Name the repository **nuxt-3-starter**.
3029
1. Next, clone the new repo to your machine. Make sure to replace <YOUR_GITHUB_ACCOUNT_NAME> with your account name.

0 commit comments

Comments
 (0)