opnform/client
Forms Dev aa38aac626 fix custom domain warning 2023-12-21 16:08:05 +05:30
..
components Fixed most of the form/show pages 2023-12-20 18:38:43 +01:00
composables Fixed most of the form/show pages 2023-12-20 18:38:43 +01:00
data Figured out auth & middlewares 2023-12-16 19:21:03 +01:00
layouts Started to refactor pages 2023-12-09 17:02:23 +01:00
lib/forms WI 2023-12-18 10:35:00 +01:00
middleware Reworked workspaces store 2023-12-19 18:57:31 +01:00
mixins WI 2023-12-18 10:35:00 +01:00
pages Fixed most of the form/show pages 2023-12-20 18:38:43 +01:00
plugins Figured out auth & middlewares 2023-12-16 19:21:03 +01:00
public Work in progress 2023-12-09 15:47:03 +01:00
scss Work in progress 2023-12-09 15:47:03 +01:00
server Work in progress 2023-12-09 15:47:03 +01:00
stores Fixed most of the form/show pages 2023-12-20 18:38:43 +01:00
.gitignore Work in progress 2023-12-09 15:47:03 +01:00
README.md Work in progress 2023-12-09 15:47:03 +01:00
app.vue fix collapsible 2023-12-19 16:45:23 +01:00
nuxt.config.ts fix custom domain warning 2023-12-21 16:08:05 +05:30
opnform.config.js Figured out auth & middlewares 2023-12-16 19:21:03 +01:00
package-lock.json Updated cors dependency 2023-12-21 10:23:37 +01:00
package.json Updated cors dependency 2023-12-21 10:23:37 +01:00
tailwind.config.js Work in progress 2023-12-09 15:47:03 +01:00
tsconfig.json Work in progress 2023-12-09 15:47:03 +01:00

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.