aihelpbotfront
README.md
Nuxt Minimal Starter
Look at the Nuxt documentation to learn more.
Setup
Make sure to install dependencies:
# npmnpm install
# pnpmpnpm install
# yarnyarn install
# bunbun install
Development Server
Start the development server on
:http://localhost:3000
# npmnpm run dev
# pnpmpnpm dev
# yarnyarn dev
# bunbun run dev
Production
Build the application for production:
# npmnpm run build
# pnpmpnpm build
# yarnyarn build
# bunbun run build
Locally preview production build:
# npmnpm run preview
# pnpmpnpm preview
# yarnyarn preview
# bunbun run preview
Check out the deployment documentation for more information.