GitXplorerGitXplorer
G

mytoolkit.app

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
e04520e387d46881455a486342674f60249b9f5c

add

GGitHub30 committed 23 days ago
Unverified
ad3a2ef3d87f71645a24b2eeaf2d088208cdcfd5

add page

GGitHub30 committed a month ago
Unverified
92472b5fca2c157cdca54c7646308a71bd653e5f

add page

GGitHub30 committed a month ago
Unverified
d5b96eecbeae5a7f9032b4baa831c058798c7246

add

GGitHub30 committed a month ago
Unverified
081d5197e8c9f590b9809107fafab91f68576bcc

add

GGitHub30 committed a month ago
Unverified
c664a188c5a42e65f34454861dd5317cffc34856

add

GGitHub30 committed a month 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.