https://github.com/ariges770/personalwebsite

https://github.com/ariges770/personalwebsite

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

```bash

npm

npm install

pnpm

pnpm install

yarn

yarn install

bun

bun install ```

Development Server

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

```bash

npm

npm run dev

pnpm

pnpm dev

yarn

yarn dev

bun

bun run dev ```

Production

Build the application for production:

```bash

npm

npm run build

pnpm

pnpm build

yarn

yarn build

bun

bun run build ```

Locally preview production build:

```bash

npm

npm run preview

pnpm

pnpm preview

yarn

yarn preview

bun

bun run preview ```

Check out the deployment documentation for more information.

```ts vue: { compilerOptions: { // Update custom elements to include both formats isCustomElement: (tag) => { const lowercased = tag.toLowerCase()

    return false

  }
}

}, ```

Owner

  • Login: Ariges770
  • Kind: user

GitHub Events

Total
  • Push event: 5
Last Year
  • Push event: 5

Dependencies

package-lock.json npm
  • 1391 dependencies
package.json npm
  • @nuxt/content ^3.6.3
  • @nuxt/eslint ^1.6.0
  • @nuxt/fonts ^0.11.4
  • @nuxt/icon ^1.15.0
  • @nuxt/image ^1.10.0
  • @nuxt/scripts ^0.11.10
  • @nuxt/test-utils ^3.19.2
  • @nuxt/ui ^3.2.0
  • @nuxtjs/mdc file:nuxtjs-mdc-0.17.2.tgz
  • @tato30/vue-pdf ^1.11.4
  • @unhead/vue ^2.0.12
  • better-sqlite3 ^12.2.0
  • eslint ^9.31.0
  • mathml ^1.1.12
  • nuxt ^4.0.3
  • nuxt-mail ^7.0.1
  • rehype-katex ^7.0.1
  • rehype-mathjax ^7.1.0
  • rehype-raw ^7.0.0
  • remark-behead ^3.1.0
  • remark-math ^6.0.0
  • typescript ^5.8.3
  • unist-util-visit ^5.0.0
  • vue ^3.5.17
  • vue-router ^4.5.1