GitXplorerGitXplorer
s

CAMPUSoffline

public
0 stars
0 forks
7 issues

Commits

List of commits on branch master.
Verified
4d2eebbb58c4029fc1e867f8afe3847d9232fc02

Merge pull request #41 from septatrix/dependabot/npm_and_yarn/all-b9fc510dab

sseptatrix committed a month ago
Verified
384b13b8c70b2952b86c8a6ef5ec2a73c7c221f9

Bump ky from 1.7.2 to 1.7.3 in the all group

ddependabot[bot] committed a month ago
Verified
d1f7daacee237d2c2dd680f3a2725d7f04631ca6

Merge pull request #40 from septatrix/dependabot/npm_and_yarn/nanoid-3.3.8

sseptatrix committed a month ago
Verified
b788c1bb33b15ab7102408c91a2cd5926aed5e9c

Bump nanoid from 3.3.7 to 3.3.8

ddependabot[bot] committed a month ago
Verified
0111e8e288c82aed9855fbeef59ee93cf1468379

Merge pull request #39 from septatrix/dependabot/npm_and_yarn/all-7fb9494aa7

sseptatrix committed a month ago
Verified
084ffe89b813a72f1e390b4590db7a8abbc12acd

Bump p-map from 7.0.2 to 7.0.3 in the all group

ddependabot[bot] committed a month ago

README

The README file for this repository.

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.