Welcome to the Juanman Tech Blog! This is a personal blog where I share my projects, tutorials, and insights on home automation, Vue.js, and other tech topics.
This blog is built using Nuxt 3 and Vue 3, leveraging the power of modern web technologies to deliver a fast and responsive experience. You can find more about the technologies used in the Content documentation.
Make sure to install the dependencies:
# Using yarn
yarn install
# Using npm
npm install
# Using pnpm
pnpm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.