1
0
Fork
You've already forked guiasurPage
0
Page of Guiasur Inmobiliaria, built with Vue 3, Nuxt.js, Vite JS and other technologies 👨‍💻
  • Vue 68.8%
  • TypeScript 16.4%
  • CSS 10.3%
  • HTML 2.6%
  • JavaScript 1.9%
2024年04月11日 11:43:57 +02:00
.vscode Upload pages, logos and resolve node's version 🚀 2023年08月24日 20:40:11 +02:00
layouts Fix responsive and change from grid to flex 📱 #1 2023年09月18日 13:19:54 +02:00
modules Generate sitemap with Nuxt and create robots.txt for SEO #1 2023年10月18日 13:21:33 +02:00
pages Remove content and photos 🚀 2024年04月11日 11:43:57 +02:00
public Remove content and photos 🚀 2024年04月11日 11:43:57 +02:00
server Generate my first project with Nuxt 🚀 2023年08月17日 16:45:17 +02:00
src Continue with project, add other card and contact form 🚀 2023年09月05日 12:57:26 +02:00
.gitignore Optimise images to reduce size and continue 🚀 #1 2023年09月14日 11:52:28 +02:00
.npmrc Generate my first project with Nuxt 🚀 2023年08月17日 16:45:17 +02:00
app.vue Add lang of page, image's alts and change description 🚀 #1 2023年10月18日 13:39:45 +02:00
index.html Add lang of page, image's alts and change description 🚀 #1 2023年10月18日 13:39:45 +02:00
LICENSE Upload pages, logos and resolve node's version 🚀 2023年08月24日 20:40:11 +02:00
nuxt.config.ts Generate sitemap with Nuxt and create robots.txt for SEO #1 2023年10月18日 13:21:33 +02:00
package-lock.json Continue with project, add other card and contact form 🚀 2023年09月05日 12:57:26 +02:00
package.json Generate sitemap with Nuxt and create robots.txt for SEO #1 2023年10月18日 13:21:33 +02:00
README.md Generate my first project with Nuxt 🚀 2023年08月17日 16:45:17 +02:00
tailwind.conf.ts Create layout with header and navbar 🚀 2023年08月21日 12:53:54 +02:00
tsconfig.json Generate my first project with Nuxt 🚀 2023年08月17日 16:45:17 +02:00
vite.config.js Continue with project, add other card and contact form 🚀 2023年09月05日 12:57:26 +02:00
yarn.lock Generate sitemap with Nuxt and create robots.txt for SEO #1 2023年10月18日 13:21:33 +02:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install
# pnpm
pnpm install
# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build

Locally preview production build:

# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview

Check out the deployment documentation for more information.