Personal website and blog, for static generation
Go to file
Evert Prants 792d13b117
Replace Pleroma
2024-04-20 20:34:31 +03:00
.vscode vscode settings went missing somehow 2022-10-20 21:55:25 +03:00
assets Updates 2024-04-20 20:32:12 +03:00
components Updates 2024-04-20 20:32:12 +03:00
content/blog continue reading button with custom boundary 2022-10-20 21:52:42 +03:00
layouts Updates 2024-04-20 20:32:12 +03:00
lib Updates 2024-04-20 20:32:12 +03:00
pages Replace Pleroma 2024-04-20 20:34:31 +03:00
plugins scroll top on navigate 2022-10-16 17:42:41 +03:00
public add meta, public stuff 2022-10-15 18:30:04 +03:00
server Updates 2024-04-20 20:32:12 +03:00
.gitignore Initial commit 2022-10-15 18:20:33 +03:00
.prettierrc Initial commit 2022-10-15 18:20:33 +03:00
LICENSE.txt add LICENSE 2023-01-27 19:28:38 +00: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 updates 2023-09-22 18:01:40 +03:00
package-lock.json Updates 2024-04-20 20:32:12 +03:00
package.json Updates 2024-04-20 20:32:12 +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.