FarmStar Survey UI
Go to file
dependabot[bot] 2887962a6f
build(deps-dev): bump vite from 4.5.0 to 4.5.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 00:29:35 +00:00
assets/css init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
components init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
pages init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
public init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
server init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
.gitignore init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
app.vue init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
nuxt.config.ts init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
package-lock.json build(deps-dev): bump vite from 4.5.0 to 4.5.1 2023-12-06 00:29:35 +00:00
package.json init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
README.md init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
tailwind.config.js init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
tsconfig.json init: nuxt3 vue forms 2023-12-05 11:02:53 +03:00
vueform.config.js init: nuxt3 vue forms 2023-12-05 11:02:53 +03: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

# 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.