Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nuxt.js 3 x Histoire x Vitest x VitePress x Turbo (pnpm)

NotificationsYou must be signed in to change notification settings

gurvancampion/turborepo-nuxt-boilerplate

Repository files navigation

CI/CDAppUIDocs

This is a monorepo with Nuxt, Histoire, Vitest & VitePress as a starter for any project that can be easily extended.You can also find additional branches:

What's inside?

This turborepo usespnpm as a package manager. It includes the following packages/apps:

Apps and Packages

Each package/app is 100%TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Setup

To install all dependencies, run the following command:

pnpm install

Develop

To develop all apps and packages, run the following command:

pnpm run dev

Lint

To check & fix linter through all apps and packages, run the following command:

pnpm run lintpnpm run lint:fix

Test

To run tests through all apps and packages, run the following command:

pnpm run test

Build

To build all apps and packages, run the following command:

pnpm run build

Generate: SSG

To statically generate this project:

pnpm run generate

Remote Caching

Turborepo can use a technique known asRemote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you cancreate one, then enter the following commands:

pnpm dlx turbo login

This will authenticate the Turborepo CLI with yourVercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

pnpm dlx turbo link

Use a custom remote cache serverturbo-remote-cache

Useful Links

Learn more about the power of Turborepo:

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp