No description
  • Vue 85.5%
  • TypeScript 12.4%
  • CSS 2.1%
Find a file
2026-06-26 19:02:19 -04:00
app added form popup on button click 2026-06-26 18:57:02 -04:00
docs Update docs/documentation.md 2026-06-24 04:14:39 +00:00
pages/sidebar initial setup 2026-06-02 21:01:13 -04:00
public
.gitignore
components.json initial setup 2026-06-02 21:01:13 -04:00
Dockerfile
LICENSE
nuxt.config.ts initial setup 2026-06-02 21:01:13 -04:00
package-lock.json added form popup on button click 2026-06-26 18:57:02 -04:00
package.json added form popup on button click 2026-06-26 18:57:02 -04:00
README.md
tsconfig.json minor frontend updates 2026-06-23 21:48:42 -04:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.