Personal website and blog, for static generation
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.
 
 
 
 
 
Evert Prants 453e703ba1
add LICENSE
2 months ago
.vscode vscode settings went missing somehow 5 months ago
assets gitea 4 months ago
components update, fix type errors 4 months ago
content/blog continue reading button with custom boundary 5 months ago
layouts update, fix type errors 4 months ago
lib update, fix type errors 4 months ago
pages socials clarifications 4 months ago
plugins scroll top on navigate 6 months ago
public add meta, public stuff 6 months ago
server gitea 4 months ago
.gitignore Initial commit 6 months ago
.prettierrc Initial commit 6 months ago
LICENSE.txt add LICENSE 2 months ago
README.md Initial commit 6 months ago
app.vue Initial commit 6 months ago
nuxt.config.ts atom feed generator, titles 6 months ago
package-lock.json update, fix type errors 4 months ago
package.json update, fix type errors 4 months ago
tsconfig.json Initial commit 6 months ago

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.