This project is the Visual Studio Code Remote - Containers environment for Nuxt.js.
You can take syntax highlighting, autocompletion, linting, formatting (Prettier) and jumping to definitions without any configuration.
- Clone this project.
- Start VS Code and open your project folder.
- Select Remote-Containers: Reopen Folder in Container from the command palette.
- Open a terminal in VS Code and create your Nuxt.js project to run:
yarn create nuxt-app .
.- Check
Linter / Formatter
andPrettier
.
- Check
- Run dev server to run:
yarn run dev
and then you can accesslocalhost:3000
.