Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wodenwang820118/gx.nuxt


https://github.com/wodenwang820118/gx.nuxt

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# GX Nuxt Portfolio

This is a portfolio repository regarding [Nuxt 3](https://nuxt.com/), based on the [Vue 3](https://vuejs.org/) framework. It contains multiple projects under the [Nx](https://nx.dev/) monorepo structure.

# Projects

## Cinemate

A movie database application that allows users to search for movies, view movie details.

### Development

Please use PNPM as the package manager for this project.

```bash
npm install -g pnpm
```

To install the dependencies, use the following command:

```bash
pnpm install
```

To run the project, use the following command:

```bash
pnpm run dev:cinemate
```

### Deployment

```bash
pnpm run build-cinemate
```