GitXplorerGitXplorer
G

mytoolkit.app

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
cf8d8f815f5f83eaf8c9305981517b65418c1b5d

add page

GGitHub30 committed a month ago
Unverified
fbde42b408761cc3058fe6dbec5a26e433cdcc63

update

GGitHub30 committed a month ago
Unverified
26d22e92ad4cf1b7e3006d90a70bbbddd27e2e3e

add

GGitHub30 committed 2 months ago
Unverified
b547778fcd6cc5722b54a5b4662db4e33cb2b352

add

GGitHub30 committed 2 months ago
Unverified
448555233319209c9c89ecbbdfd907155903e134

add

GGitHub30 committed 2 months ago
Unverified
952887c7409814fd1a461a33f9cb53b0c4a78a75

add

GGitHub30 committed 2 months ago

README

The README file for this repository.

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.