GitXplorerGitXplorer
s

CAMPUSoffline

public
0 stars
0 forks
7 issues

Commits

List of commits on branch master.
Verified
c984bf64b223dbe7ba376062df03c93a6a8f4a84

Merge pull request #44 from septatrix/dependabot/npm_and_yarn/all-05b6d0fb18

sseptatrix committed 12 days ago
Verified
8f611b33c879aacbda358893fc6cfcc904f8857b

Bump nuxt from 3.15.0 to 3.15.1 in the all group

ddependabot[bot] committed 12 days ago
Verified
32a10dbf2a8da53ece12bb8c2b197d8844b2479a

Merge pull request #43 from septatrix/dependabot/npm_and_yarn/all-a81065dd9e

sseptatrix committed 19 days ago
Verified
781da9b05c8c8ec80685a9479607c0c02eda0627

Bump nuxt from 3.14.1592 to 3.15.0 in the all group

ddependabot[bot] committed 19 days ago
Verified
af5ca5a6d38f03f43bcf58f1005670c5c4c16ce9

Merge pull request #42 from septatrix/dependabot/npm_and_yarn/all-482745c6b8

sseptatrix committed a month ago
Verified
374a8870841840dc248f63092066d1553fa7720d

Bump the all group with 2 updates

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.