1
0
Fork
You've already forked letters
0
No description
  • Vue 85.5%
  • TypeScript 8.5%
  • CSS 6%
2026年05月21日 10:53:20 +01:00
app Fix anchor links in headings styles 2026年05月21日 10:53:15 +01:00
content Restore dates as ISO strings 2026年05月21日 10:37:20 +01:00
public Set up components and layouts for the app 2024年09月13日 09:35:29 +01:00
.gitignore Initial commit 2024年09月12日 10:25:55 +01:00
.npmrc Initial commit 2024年09月12日 10:25:55 +01:00
content.config.ts Update everything to the latest version 2026年05月19日 17:50:58 +01:00
nuxt.config.ts Merge branch 'feature/updgrade' 2026年05月21日 10:47:20 +01:00
package-lock.json Merge branch 'feature/updgrade' 2026年05月21日 10:47:20 +01:00
package.json Update everything to the latest version 2026年05月19日 17:50:58 +01:00
README.md Initial commit 2024年09月12日 10:25:55 +01:00
tsconfig.json Initial commit 2024年09月12日 10:25:55 +01:00

Content v2 Minimal Starter

Look at the Content documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install
# npm
npm install
# pnpm
pnpm install

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.