mirror of
https://github.com/ArthurDanjou/changelog-artsite.git
synced 2026-01-14 12:14:34 +01:00
main
Nuxt Changelog Template
Use this template to create your own changelog with Nuxt UI.
Quick Start
npm create nuxt@latest -- -t github:nuxt-ui-templates/changelog
Deploy your own
Config
To customize the GitHub repository that the changelog fetches releases from, update the repository key in app/app.config.ts:
// app/app.config.ts
export default defineAppConfig({
repository: 'nuxt/ui' // Change this to your GitHub repository (e.g., 'facebook/react')
})
Setup
Make sure to install the dependencies:
pnpm install
Development Server
Start the development server on http://localhost:3000:
pnpm dev
Production
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.
Renovate integration
Install Renovate GitHub app on your repository and you are good to go.
Description
Languages
Vue
83.6%
TypeScript
9.5%
CSS
5.8%
JavaScript
1.1%