Personal website and blog, for static generation
Go to file
Evert Prants 249aa17ce5
Merge branch 'master' of git.icynet.eu:evert/lunasqu.ee-nuxt
2023-04-04 19:20:45 +03:00
.vscode vscode settings went missing somehow 2022-10-20 21:55:25 +03:00
assets updates, tweaks 2023-04-04 19:20:17 +03:00
components update, fix type errors 2022-12-04 12:12:29 +02:00
content/blog continue reading button with custom boundary 2022-10-20 21:52:42 +03:00
layouts update, fix type errors 2022-12-04 12:12:29 +02:00
lib update, fix type errors 2022-12-04 12:12:29 +02:00
pages updates, tweaks 2023-04-04 19:20:17 +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 gitea 2022-12-02 18:52:51 +02: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 atom feed generator, titles 2022-10-16 15:50:21 +03:00
package-lock.json updates, tweaks 2023-04-04 19:20:17 +03:00
package.json updates, tweaks 2023-04-04 19:20:17 +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.