You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Bernd Storath bfaaceb780 lint fixes 11 months ago
..
assets/css typescript, vendors 11 months ago
middleware lint fixes 11 months ago
plugins typescript, vendors 11 months ago
public typescript, vendors 11 months ago
server add wireguard routes 11 months ago
utils lint fixes 11 months ago
.gitignore basic implementation 11 months ago
README.md basic implementation 11 months ago
app.vue lint fixes 11 months ago
eslint.config.mjs lint fixes 11 months ago
i18n.config.ts add changes from c9ff248 11 months ago
nuxt.config.ts lint fixes 11 months ago
package.json lint fixes 11 months ago
pnpm-lock.yaml lint fixes 11 months ago
tailwind.config.ts basic implementation 11 months ago
tsconfig.json basic implementation 11 months ago
wgpw.js lint fixes 11 months ago
wgpw.sh move files 12 months ago

README.md

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.