Personal website and blog, for static generation
Go to file
Evert Prants d469f88baf
add meta, public stuff
2022-10-15 18:30:04 +03:00
.vscode Initial commit 2022-10-15 18:20:33 +03:00
assets Initial commit 2022-10-15 18:20:33 +03:00
components Initial commit 2022-10-15 18:20:33 +03:00
pages Initial commit 2022-10-15 18:20:33 +03:00
public add meta, public stuff 2022-10-15 18:30:04 +03:00
.gitignore Initial commit 2022-10-15 18:20:33 +03:00
.prettierrc Initial commit 2022-10-15 18:20:33 +03:00
README.md Initial commit 2022-10-15 18:20:33 +03:00
app.vue Initial commit 2022-10-15 18:20:33 +03:00
nuxt.config.ts add meta, public stuff 2022-10-15 18:30:04 +03:00
package-lock.json Initial commit 2022-10-15 18:20:33 +03:00
package.json Initial commit 2022-10-15 18:20:33 +03:00
tsconfig.json Initial commit 2022-10-15 18:20:33 +03:00

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.