A template repository for Nuxt TypeScript.
When develop in container with VS Code :
- Visual Studio Code (a.k.a. VS Code)
A modern source-code editor developed by Microsoft. - Visual Studio Code Remote - Containers
An extension of VS Code for use a Docker container as a full-featured development environment.
See documentation for installation. - Docker
A container platform. Required for the above extension.
When develop in local :
When develop in container with VS Code :
- First, run the
Remote-Containers: Open Folder in Container...
command from VS Code Command Palette.
In either case :
- Run the following command depending on the situation.
# Install dependencies yarn install # Serve with hot reload at localhost:3000 yarn dev # Lint check yarn lint # Build for production and launch server yarn build yarn start # Generate static project yarn generate