Skip to content

Commit

Permalink
Add recommended development tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Jan 4, 2025
1 parent 3be04a7 commit b02e9b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ npm run dev outsite.nl

_The domain argument is actually the subdirectory. We use [Nuxt layers](https://nuxt.com/docs/getting-started/layers) to generate multiple websites from the same codebase._

### Recommended development tools

* [Visual Studio Code](https://code.visualstudio.com)
* [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
* [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
* [Vue.js devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)

## Production

Build the application for production:
Expand Down

0 comments on commit b02e9b3

Please sign in to comment.