Personal website and blog, for static generation
You cannot 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 249aa17ce5
Merge branch 'master' of git.icynet.eu:evert/lunasqu.ee-nuxt
2 months ago
.vscode vscode settings went missing somehow 7 months ago
assets updates, tweaks 2 months ago
components update, fix type errors 6 months ago
content/blog continue reading button with custom boundary 7 months ago
layouts update, fix type errors 6 months ago
lib update, fix type errors 6 months ago
pages updates, tweaks 2 months ago
plugins scroll top on navigate 8 months ago
public add meta, public stuff 8 months ago
server gitea 6 months ago
.gitignore Initial commit 8 months ago
.prettierrc Initial commit 8 months ago
LICENSE.txt add LICENSE 4 months ago
README.md Initial commit 8 months ago
app.vue Initial commit 8 months ago
nuxt.config.ts atom feed generator, titles 8 months ago
package-lock.json updates, tweaks 2 months ago
package.json updates, tweaks 2 months ago
tsconfig.json Initial commit 8 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.