Personal website and blog, for static generation
Go to file
Evert Prants e625f97027
increase line height
2022-10-16 16:57:44 +03:00
.vscode Initial commit 2022-10-15 18:20:33 +03:00
assets increase line height 2022-10-16 16:57:44 +03:00
components nuxt icon 2022-10-16 15:56:18 +03:00
content/blog blog stuff 2022-10-16 12:37:13 +03:00
layouts header 2022-10-16 16:28:47 +03:00
lib atom feed generator, titles 2022-10-16 15:50:21 +03:00
pages header 2022-10-16 16:28:47 +03:00
public add meta, public stuff 2022-10-15 18:30:04 +03:00
server header 2022-10-16 16:28:47 +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 atom feed generator, titles 2022-10-16 15:50:21 +03:00
package-lock.json atom feed generator, titles 2022-10-16 15:50:21 +03:00
package.json atom feed generator, titles 2022-10-16 15:50:21 +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.