No description
Find a file
2024-04-19 07:53:29 +00:00
bach-solo-violin-sonatas-partitas@b716a82306 last one 2024-02-02 11:13:32 +01:00
components footer 2024-02-09 12:00:26 +01:00
composables Setup verovio scores 2024-01-23 09:00:34 +01:00
content/pieces Fix score path 2024-01-23 09:56:45 +01:00
layouts Base setup 2024-01-23 09:14:42 +01:00
pages m 2024-02-16 11:18:11 +01:00
public Initial commit 2024-01-19 11:36:53 +01:00
server Initial commit 2024-01-19 11:36:53 +01:00
workers Setup verovio scores 2024-01-23 09:00:34 +01:00
.gitignore Initial commit 2024-01-19 11:36:53 +01:00
.gitmodules git submodule add https://glarean.mh-freiburg.de/git/stecha/bach-solo-violin-sonatas-partitas.git 2024-01-23 09:00:17 +01:00
nuxt.config.ts disable dark mode 2024-01-26 10:34:00 +01:00
package-lock.json remove score flicker 2024-01-26 10:33:39 +01:00
package.json Downgrade Nuxt to ~3.8.0 2024-01-23 09:57:26 +01:00
README.md Initial commit 2024-01-19 11:36:53 +01:00
tsconfig.json Initial commit 2024-01-19 11:36:53 +01:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.