opnform/client
gilesb 39720961e1 ... 2024-03-09 18:50:06 +00:00
..
components Fix sentry capture import 2024-03-01 11:40:33 +01:00
composables Multiple bug fixing 2024-02-10 12:20:45 +01:00
data
layouts Revert "product hunt launch 🚀" 2024-02-23 12:20:49 +01:00
lib Multiple bug fixing 2024-02-10 12:20:45 +01:00
middleware Allow use of same domain in different workspaces 2024-01-25 05:51:18 +01:00
mixins/forms remove extra file (#297) 2024-01-29 11:42:24 +01:00
pages ... 2024-03-09 18:50:06 +00:00
plugins Multiple bug fixing 2024-02-10 12:20:45 +01:00
public Auto-resize iframes, fix custom code, fix create form initial properties 2024-02-01 18:21:30 +01:00
scss
server
stores Rever sentry user auth causing issues 2024-02-10 14:10:14 +01:00
.env.docker update env example (#322) 2024-02-16 17:08:51 +01:00
.env.example update env example (#322) 2024-02-16 17:08:51 +01:00
.gitignore Reworked docker scripts for new nuxt infrastructure (#285) 2024-01-18 16:35:45 +01:00
README.md
app.vue
error.vue
nuxt.config.ts #295 Corrected path to null image provider (#315) 2024-02-07 10:22:44 +01:00
opnform.config.js Added discord server mentions 2024-02-03 17:41:52 +01:00
package-lock.json Multiple bug fixing 2024-02-10 12:20:45 +01:00
package.json Multiple bug fixing 2024-02-10 12:20:45 +01:00
runtimeConfig.js ... 2024-03-09 18:50:06 +00:00
sitemap.js
tailwind.config.js include form-themes in tailwind config (#314) 2024-02-07 09:53:43 +01:00
tsconfig.json

README.md

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

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.