Look at the nuxt 3 documentation to learn more.
- node - We recommend you have the latest LTS version installed.
- A text editor, we recommend VS Code with the Vetur extension or WebStorm .
- A terminal, we recommend using VS Code's integrated terminal or WebStorm terminal .
Name: Vetur Description: Vue tooling for VS Code Version: 0.36.1 VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=octref.vetur
Name: Vue Language Features (Volar) Description: Language support for Vue 3 Version: 1.0.9 VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Vue.volar
Name: Vue VSCode Snippets Description: Snippets that will supercharge your Vue workflow Version: 3.1.1 VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.