Here, you can find development and troubleshooting tips.
If you see a timeout error like ESOCKETTIMEDOUT
during yarn install
, you can configure yarn with a higher timeout value as described here.
If you see this error when running the development server, you can try to follow this advice.
Vue Devtools is a useful browser extension for debugging and developing Vue applications. You can follow these installation instructions.
When setting up your text editor, it's useful to ignore the following directories:
node_modules
.nuxt
dist
You may also want to install syntax highlighters in your editor for Vue and SASS.